change base url
Browse files
SNLIVE.py
CHANGED
|
@@ -54,7 +54,7 @@ _HOMEPAGE = "https://github.com/necla-ml/SNLI-VE"
|
|
| 54 |
|
| 55 |
_LICENSE = "BSD-3-clause"
|
| 56 |
|
| 57 |
-
_SNLI_VE_URL_BASE = "https://huggingface.co/datasets/HuggingFaceM4/SNLI-VE/
|
| 58 |
_SNLI_VE_SPLITS = {
|
| 59 |
"train": "snli_ve_train.jsonl",
|
| 60 |
"validation": "snli_ve_dev.jsonl",
|
|
|
|
| 54 |
|
| 55 |
_LICENSE = "BSD-3-clause"
|
| 56 |
|
| 57 |
+
_SNLI_VE_URL_BASE = "https://huggingface.co/datasets/HuggingFaceM4/SNLI-VE/resolve/main/"
|
| 58 |
_SNLI_VE_SPLITS = {
|
| 59 |
"train": "snli_ve_train.jsonl",
|
| 60 |
"validation": "snli_ve_dev.jsonl",
|