Update got.py
Browse files
got.py
CHANGED
|
@@ -20,7 +20,7 @@ test 567
|
|
| 20 |
|
| 21 |
_URL = "https://gitlab.com/johntang/data/-/raw/main/got/"
|
| 22 |
_URLS = {
|
| 23 |
-
"train": _URL + "got-train.json",
|
| 24 |
"dev": _URL + "dev-v1.1.json"
|
| 25 |
}
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
_URL = "https://gitlab.com/johntang/data/-/raw/main/got/"
|
| 22 |
_URLS = {
|
| 23 |
+
"train": _URL + "got-train-v1.1.json",
|
| 24 |
"dev": _URL + "dev-v1.1.json"
|
| 25 |
}
|
| 26 |
|