Upload got.py
Browse files
got.py
CHANGED
|
@@ -16,7 +16,7 @@ _DESCRIPTION = """\
|
|
| 16 |
test 567
|
| 17 |
"""
|
| 18 |
|
| 19 |
-
_URL = "https://gitlab.com/johntang/data/-/raw/main/got/
|
| 20 |
_URLS = {
|
| 21 |
"train": _URL + "dev-v1.1.json",
|
| 22 |
"dev": _URL + "dev-v1.1.json"
|
|
|
|
| 16 |
test 567
|
| 17 |
"""
|
| 18 |
|
| 19 |
+
_URL = "https://gitlab.com/johntang/data/-/raw/main/got/"
|
| 20 |
_URLS = {
|
| 21 |
"train": _URL + "dev-v1.1.json",
|
| 22 |
"dev": _URL + "dev-v1.1.json"
|