Leyo HF staff commited on
Commit
d84c763
1 Parent(s): 5a3bd07

change base url

Browse files
Files changed (1) hide show
  1. SNLIVE.py +1 -1
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/raw/main/"
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",