Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
Catalan
Size:
1K - 10K
ArXiv:
License:
Update xnli_ca.py
Browse files- xnli_ca.py +2 -2
xnli_ca.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Loading script for the
|
2 |
import json
|
3 |
import datasets
|
4 |
|
@@ -10,7 +10,7 @@ _DESCRIPTION = """
|
|
10 |
XNLI-ca is the Catalan professional translation of the development and test partitions of the XNLI dataset, which contain 2490 and 5010 pairs of premises and hypotheses, respectively. This dataset was translated as part of the AINA project.
|
11 |
"""
|
12 |
|
13 |
-
_HOMEPAGE = """https://zenodo.org/record/
|
14 |
|
15 |
|
16 |
_URL = "https://huggingface.co/datasets/projecte-aina/xnli-ca/resolve/main/"
|
|
|
1 |
+
# Loading script for the XNLI-ca dataset.
|
2 |
import json
|
3 |
import datasets
|
4 |
|
|
|
10 |
XNLI-ca is the Catalan professional translation of the development and test partitions of the XNLI dataset, which contain 2490 and 5010 pairs of premises and hypotheses, respectively. This dataset was translated as part of the AINA project.
|
11 |
"""
|
12 |
|
13 |
+
_HOMEPAGE = """https://zenodo.org/record/7973976"""
|
14 |
|
15 |
|
16 |
_URL = "https://huggingface.co/datasets/projecte-aina/xnli-ca/resolve/main/"
|