zhufy commited on
Commit
e7c6da0
·
1 Parent(s): 2f7256c

Update xquad_split.py

Browse files
Files changed (1) hide show
  1. xquad_split.py +1 -1
xquad_split.py CHANGED
@@ -30,7 +30,7 @@ across 12 languages.
30
  _URL = "https://github.com/summer1030/xquad-split/blob/main/"
31
  _LANG = ["th"]
32
  _TRAIN_FILE = "train.json"
33
- _VALID_FILE = "valid.json"
34
  _TEST_FILE = "test.json"
35
 
36
 
 
30
  _URL = "https://github.com/summer1030/xquad-split/blob/main/"
31
  _LANG = ["th"]
32
  _TRAIN_FILE = "train.json"
33
+ _VALID_FILE = "val.json"
34
  _TEST_FILE = "test.json"
35
 
36