Update xquad_split.py
Browse files- xquad_split.py +1 -1
xquad_split.py
CHANGED
|
@@ -27,7 +27,7 @@ Greek, Russian, Turkish, Arabic, Vietnamese, Thai, Chinese, Hindi and Romanian.
|
|
| 27 |
across 12 languages.
|
| 28 |
"""
|
| 29 |
|
| 30 |
-
_URL = "https://github.com/summer1030/xquad-split"
|
| 31 |
_LANG = ["th"]
|
| 32 |
_TRAIN_FILE = "train.json"
|
| 33 |
_VALID_FILE = "valid.json"
|
|
|
|
| 27 |
across 12 languages.
|
| 28 |
"""
|
| 29 |
|
| 30 |
+
_URL = "https://github.com/summer1030/xquad-split/blob/main/"
|
| 31 |
_LANG = ["th"]
|
| 32 |
_TRAIN_FILE = "train.json"
|
| 33 |
_VALID_FILE = "valid.json"
|