Update xquad_split.py
Browse files- xquad_split.py +1 -1
xquad_split.py
CHANGED
|
@@ -30,7 +30,7 @@ across 12 languages.
|
|
| 30 |
_URL = "https://github.com/summer1030/xquad-split/blob/main/"
|
| 31 |
_LANG = ["th"]
|
| 32 |
_TRAIN_FILE = "train.json"
|
| 33 |
-
_VALID_FILE = "
|
| 34 |
_TEST_FILE = "test.json"
|
| 35 |
|
| 36 |
|
|
|
|
| 30 |
_URL = "https://github.com/summer1030/xquad-split/blob/main/"
|
| 31 |
_LANG = ["th"]
|
| 32 |
_TRAIN_FILE = "train.json"
|
| 33 |
+
_VALID_FILE = "val.json"
|
| 34 |
_TEST_FILE = "test.json"
|
| 35 |
|
| 36 |
|