retry
Browse files
wmt16-en-ro-pre-processed.py
CHANGED
@@ -22,15 +22,12 @@ import os
|
|
22 |
|
23 |
import datasets
|
24 |
|
25 |
-
|
26 |
_CITATION = """\
|
27 |
-
@
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
archivePrefix={arXiv},
|
33 |
-
primaryClass={cs.CL}
|
34 |
}
|
35 |
"""
|
36 |
|
|
|
22 |
|
23 |
import datasets
|
24 |
|
|
|
25 |
_CITATION = """\
|
26 |
+
@InProceedings{huggingface:dataset,
|
27 |
+
title = {A great new dataset},
|
28 |
+
authors={huggingface, Inc.
|
29 |
+
},
|
30 |
+
year={2020}
|
|
|
|
|
31 |
}
|
32 |
"""
|
33 |
|