zhufy commited on
Commit
a041d01
1 Parent(s): 205c377

Update xquad_split.py

Browse files
Files changed (1) hide show
  1. xquad_split.py +1 -1
xquad_split.py CHANGED
@@ -28,7 +28,7 @@ Greek, Russian, Turkish, Arabic, Vietnamese, Thai, Chinese, Hindi and Romanian.
28
  across 12 languages.
29
  """
30
 
31
- _URL = "https://github.com/summer1030/xquad-split/blob/main/"
32
  _LANG = ["th"]
33
  _TRAIN_FILE = "train.json"
34
  _VALID_FILE = "val.json"
 
28
  across 12 languages.
29
  """
30
 
31
+ _URL = "https://raw.githubusercontent.com/summer1030/xquad-split/main/"
32
  _LANG = ["th"]
33
  _TRAIN_FILE = "train.json"
34
  _VALID_FILE = "val.json"