Use HF papers (#38184)
* Use hf papers * Hugging Face papers * doi to hf papers * style
This commit is contained in:
committed by
GitHub
parent
1031ed5166
commit
de24fb63ed
@@ -33,13 +33,13 @@ class ModelCardTester(unittest.TestCase):
|
||||
"metrics": "BLEU and ROUGE-1",
|
||||
"evaluation_data": {
|
||||
"Datasets": {"BLEU": "My-great-dataset-v1", "ROUGE-1": "My-short-dataset-v2.1"},
|
||||
"Preprocessing": "See details on https://arxiv.org/pdf/1810.03993.pdf",
|
||||
"Preprocessing": "See details on https://huggingface.co/papers/1810.03993",
|
||||
},
|
||||
"training_data": {
|
||||
"Dataset": "English Wikipedia dump dated 2018-12-01",
|
||||
"Preprocessing": (
|
||||
"Using SentencePiece vocabulary of size 52k tokens. See details on"
|
||||
" https://arxiv.org/pdf/1810.03993.pdf"
|
||||
" https://huggingface.co/papers/1810.03993"
|
||||
),
|
||||
},
|
||||
"quantitative_analyses": {"BLEU": 55.1, "ROUGE-1": 76},
|
||||
|
||||
Reference in New Issue
Block a user