Skip to content

Commit

Permalink
added uploaded dataset image.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Feb 27, 2025
1 parent fe22105 commit bd0b3a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion logging/datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ my_dataset.upload()
The `unify.Dataset` class automatically sets the context as `f"Datasets/{name}"`,
so your dataset can be viewed at `Datasets/my_dataset`.

IMG 🛑 {/* ToDo: Fix broken contexts (https://app.clickup.com/t/86c2arbbk) */}
<Accordion title="In the Interface">
<img class="dark-light" width="100%" src="https://raw.githubusercontent.com/unifyai/unifyai.github.io/refs/heads/main/img/externally_linked/uploaded_dataset_dark.png"/>
click image to maximize
</Accordion>

Setting `overwrite=True` will overwrite any existing dataset with the same name
(even if the upstream dataset contained more data not included in the upload).
Expand Down

0 comments on commit bd0b3a7

Please sign in to comment.