Skip to content

Commit b8067c0

Browse files
authored
Add metadata ui screenshot in docs (#6015)
1 parent b65660b commit b8067c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/dataset_card.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Creating a dataset card is easy and can be done in a just a few steps:
1010

1111
2. Use the **Metadata UI** to select the tags that describe your dataset. You can add a license, language, pretty_name, the task_categories, size_categories, and any other tags that you think are relevant. These tags help users discover and find your dataset on the Hub.
1212

13+
<div class="flex justify-center">
14+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/datasets-metadata-ui.png"/>
15+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/datasets-metadata-ui-dark.png"/>
16+
</div>
17+
1318
<Tip>
1419

1520
For a complete, but not required, set of tag options you can also look at the [Dataset Card specifications](https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1). This'll have a few more tag options like `multilinguality` and `language_creators` which are useful but not absolutely necessary.
@@ -20,4 +25,4 @@ Creating a dataset card is easy and can be done in a just a few steps:
2025

2126
4. Once you're done, commit the changes to the `README.md` file and you'll see the completed dataset card on your repository.
2227

23-
Feel free to take a look at the [SNLI](https://huggingface.co/datasets/snli), [CNN/DailyMail](https://huggingface.co/datasets/cnn_dailymail), and [Allociné](https://huggingface.co/datasets/allocine) dataset cards as examples to help you get started.
28+
Feel free to take a look at the [SNLI](https://huggingface.co/datasets/snli), [CNN/DailyMail](https://huggingface.co/datasets/cnn_dailymail), and [Allociné](https://huggingface.co/datasets/allocine) dataset cards as examples to help you get started.

0 commit comments

Comments
 (0)