Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Size:
1M - 10M
ArXiv:
License:
add resolve
Browse files- indicxnli.py +1 -1
indicxnli.py
CHANGED
@@ -53,7 +53,7 @@ _LANGUAGES = (
|
|
53 |
)
|
54 |
|
55 |
|
56 |
-
_URL = "https://huggingface.co/datasets/Divyanshu/indicxnli/
|
57 |
|
58 |
class IndicxnliConfig(datasets.BuilderConfig):
|
59 |
"""BuilderConfig for XNLI."""
|
|
|
53 |
)
|
54 |
|
55 |
|
56 |
+
_URL = "https://huggingface.co/datasets/Divyanshu/indicxnli/resolve/main/forward"
|
57 |
|
58 |
class IndicxnliConfig(datasets.BuilderConfig):
|
59 |
"""BuilderConfig for XNLI."""
|