Skip to content

Commit c380af2

Browse files
authored
Update docs (#1990)
* Update docs * Address comment from review * Address comment
1 parent 89424e3 commit c380af2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/hub/datasets-cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Reading through existing dataset cards, such as the [ELI5 dataset card](https://
4747
4848
### Linking a Paper
4949
50-
If the dataset card includes a link to a paper on arXiv, the Hub will extract the arXiv ID and include it in the dataset tags with the format `arxiv:<PAPER ID>`. Clicking on the tag will let you:
50+
If the dataset card includes a link to a Paper page (either on HF or an Arxiv abstract/PDF), the Hub will extract the arXiv ID and include it in the dataset tags with the format `arxiv:<PAPER ID>`. Clicking on the tag will let you:
5151

5252
* Visit the Paper page
5353
* Filter for other models on the Hub that cite the same paper.

docs/hub/model-cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The model card is also a great place to show information about the CO<sub>2</sub
249249

250250
### Linking a Paper
251251

252-
If the model card includes a link to a paper on arXiv, the Hugging Face Hub will extract the arXiv ID and include it in the model tags with the format `arxiv:<PAPER ID>`. Clicking on the tag will let you:
252+
If the model card includes a link to a Paper page (either on HF or an Arxiv abstract/PDF), the Hugging Face Hub will extract the arXiv ID and include it in the model tags with the format `arxiv:<PAPER ID>`. Clicking on the tag will let you:
253253

254254
* Visit the Paper page
255255
* Filter for other models on the Hub that cite the same paper.

docs/hub/paper-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Paper pages allow people to find artifacts related to a paper such as models, da
99

1010
## Linking a Paper to a model, dataset or Space
1111

12-
If the repository card (`README.md`) includes a link to a paper on arXiv, the Hugging Face Hub will extract the arXiv ID and include it in the repository's tags. Clicking on the arxiv tag will let you:
12+
If the repository card (`README.md`) includes a link to a Paper page (either on HF or an Arxiv abstract/PDF), the Hugging Face Hub will extract the arXiv ID and include it in the repository's tags. Clicking on the arxiv tag will let you:
1313

1414
* Visit the Paper page.
1515
* Filter for other models or datasets on the Hub that cite the same paper.
@@ -35,6 +35,8 @@ If your paper is not linked to your account, you can click in your name in the c
3535
<img class="hidden dark:block" width="300" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/papers-settings-dark.png"/>
3636
</div>
3737

38+
If you don't have any papers on Hugging Face yet, you can index your first one as explained [here](#can-i-have-a-paper-page-even-if-i-have-no-modeldatasetspace). Once available, you can claim authorship.
39+
3840

3941
## Frequently Asked Questions
4042

0 commit comments

Comments
 (0)