Commit ·
c09df83
1
Parent(s): 0610ccb
URL fix
Browse files- anli_cs.py +1 -1
anli_cs.py
CHANGED
|
@@ -8,7 +8,7 @@ from datasets.info import DatasetInfo
|
|
| 8 |
|
| 9 |
_VERSION = "0.0.1"
|
| 10 |
|
| 11 |
-
_URL= "https://fcheck.fel.cvut.cz/downloads/NLI/
|
| 12 |
|
| 13 |
_URLS = {
|
| 14 |
"train": _URL + "train.jsonl",
|
|
|
|
| 8 |
|
| 9 |
_VERSION = "0.0.1"
|
| 10 |
|
| 11 |
+
_URL= "https://fcheck.fel.cvut.cz/downloads/NLI/anli_v1.0_cs_google_translate/R3/"
|
| 12 |
|
| 13 |
_URLS = {
|
| 14 |
"train": _URL + "train.jsonl",
|