Datasets:
Update COPA-ca.py
Browse files- COPA-ca.py +1 -1
COPA-ca.py
CHANGED
@@ -4,7 +4,7 @@ import datasets
|
|
4 |
|
5 |
logger = datasets.logging.get_logger(__name__)
|
6 |
|
7 |
-
|
8 |
|
9 |
_DESCRIPTION = """\
|
10 |
The COPA-ca dataset (Choice of plausible alternatives in Catalan) is a professional translation of the English COPA dataset into Catalan, commissioned by BSC LangTech Unit. The dataset consists of 1000 premises, each given a question and two choices with a label encoding which of the choices is more plausible given the annotator.
|
|
|
4 |
|
5 |
logger = datasets.logging.get_logger(__name__)
|
6 |
|
7 |
+
_CITATION = ""
|
8 |
|
9 |
_DESCRIPTION = """\
|
10 |
The COPA-ca dataset (Choice of plausible alternatives in Catalan) is a professional translation of the English COPA dataset into Catalan, commissioned by BSC LangTech Unit. The dataset consists of 1000 premises, each given a question and two choices with a label encoding which of the choices is more plausible given the annotator.
|