abhijitt commited on
Commit
b337a19
·
1 Parent(s): 0521046

Update got.py

Browse files
Files changed (1) hide show
  1. got.py +1 -1
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