Sylvain Lesage commited on
Commit
b2c715d
1 Parent(s): 176ce42

Fix syntax error

Browse files
Files changed (1) hide show
  1. copa_hr.py +2 -2
copa_hr.py CHANGED
@@ -20,7 +20,7 @@ import os
20
  import datasets
21
 
22
 
23
- _CITATION = '@article{DBLP:journals/corr/abs-2104-09243,
24
  author = {Nikola Ljubesic and
25
  Davor Lauc},
26
  title = {BERTi{\'{c}} - The Transformer Language Model for Bosnian, Croatian,
@@ -30,7 +30,7 @@ _CITATION = '@article{DBLP:journals/corr/abs-2104-09243,
30
  year = {2021},
31
  url = {https://arxiv.org/abs/2104.09243},
32
  archivePrefix = {arXiv},
33
- }'
34
  _DESCRIPTION = """The COPA-HR dataset (Choice of plausible alternatives in Croatian) is a translation
35
  of the English COPA dataset (https://people.ict.usc.edu/~gordon/copa.html) by following the
36
  XCOPA dataset translation methodology (https://arxiv.org/abs/2005.00333). The dataset consists of 1000 premises
20
  import datasets
21
 
22
 
23
+ _CITATION = """@article{DBLP:journals/corr/abs-2104-09243,
24
  author = {Nikola Ljubesic and
25
  Davor Lauc},
26
  title = {BERTi{\'{c}} - The Transformer Language Model for Bosnian, Croatian,
30
  year = {2021},
31
  url = {https://arxiv.org/abs/2104.09243},
32
  archivePrefix = {arXiv},
33
+ }"""
34
  _DESCRIPTION = """The COPA-HR dataset (Choice of plausible alternatives in Croatian) is a translation
35
  of the English COPA dataset (https://people.ict.usc.edu/~gordon/copa.html) by following the
36
  XCOPA dataset translation methodology (https://arxiv.org/abs/2005.00333). The dataset consists of 1000 premises