Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document usage of hfh cli instead of git #6648

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor
  • Loading branch information
lhoestq committed Feb 8, 2024
commit c5ae6c6c6ce68e8ed49a6078b45d0882f144cb5b
2 changes: 1 addition & 1 deletion docs/source/share.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ https://huggingface.co/datasets/Wauplin/my-cool-dataset/tree/main
Congratulations, your dataset has now been uploaded to the Hugging Face Hub where anyone can load it in a single line of code! 🥳

```
dataset = load_dataset("namespace/your_dataset_name")
dataset = load_dataset("Wauplin/my-cool-dataset")
```

If your dataset is supported, it should also have a [Dataset Viewer](../hub/datasets-viewer) for everyone to explore the dataset content.
Expand Down
Loading