LucasWeber
commited on
Commit
•
38ac005
1
Parent(s):
af6030f
Update icl_consistency_test.py
Browse files- icl_consistency_test.py +1 -1
icl_consistency_test.py
CHANGED
@@ -59,7 +59,7 @@ _HOMEPAGE = "https://github.com/GenBench/genbench_cbt/blob/main/src/genbench/tas
|
|
59 |
|
60 |
_LICENSE = ""
|
61 |
|
62 |
-
_URL = "https://huggingface.co/datasets/LucasWeber/icl_consistency_test/blob/main/"
|
63 |
_URLS = {
|
64 |
"anli": _URL + "genbench_all_anli.jsonl",
|
65 |
"mnli": _URL + "genbench_all_glue%2Bmnli.jsonl",
|
|
|
59 |
|
60 |
_LICENSE = ""
|
61 |
|
62 |
+
_URL = "https://raw.githubusercontent.com/LucWeber/icl_consistency_data/main/data/" #"https://huggingface.co/datasets/LucasWeber/icl_consistency_test/blob/main/"
|
63 |
_URLS = {
|
64 |
"anli": _URL + "genbench_all_anli.jsonl",
|
65 |
"mnli": _URL + "genbench_all_glue%2Bmnli.jsonl",
|