stas commited on
Commit
fb7e3a0
1 Parent(s): b4a0533
Files changed (1) hide show
  1. wmt16-en-ro-pre-processed.py +5 -8
wmt16-en-ro-pre-processed.py CHANGED
@@ -22,15 +22,12 @@ import os
22
 
23
  import datasets
24
 
25
-
26
  _CITATION = """\
27
- @misc{guzmn2019new,
28
- title={Two New Evaluation Datasets for Low-Resource Machine Translation: Nepali-English and Sinhala-English},
29
- author={Francisco Guzman and Peng-Jen Chen and Myle Ott and Juan Pino and Guillaume Lample and Philipp Koehn and Vishrav Chaudhary and Marc'Aurelio Ranzato},
30
- year={2019},
31
- eprint={1902.01382},
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