Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Languages:
Croatian
Size:
1K - 10K
ArXiv:
License:
Fix syntax error
Browse files- copa_hr.py +2 -2
copa_hr.py
CHANGED
@@ -20,7 +20,7 @@ import os
|
|
20 |
import datasets
|
21 |
|
22 |
|
23 |
-
_CITATION =
|
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
|