abhijitt commited on
Commit
95678b8
·
1 Parent(s): da6072d

Upload got.py

Browse files
Files changed (1) hide show
  1. got.py +1 -1
got.py CHANGED
@@ -16,7 +16,7 @@ _DESCRIPTION = """\
16
  test 567
17
  """
18
 
19
- _URL = "https://gitlab.com/johntang/data/-/raw/main/got/got_train.json"
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"