christti commited on
Commit
d2074d1
·
1 Parent(s): 7d26fcc

Update squad-augmented-v2.py

Browse files
Files changed (1) hide show
  1. squad-augmented-v2.py +1 -1
squad-augmented-v2.py CHANGED
@@ -47,7 +47,7 @@ articles, where the answer to every question is a segment of text, or span, \
47
  from the corresponding reading passage, or the question might be unanswerable.
48
  """
49
 
50
- _URL = "https://huggingface.co/datasets/christti/squad-augmented-v2/"
51
  _URLS = {
52
  "train": _URL + "train.json",
53
  "dev": _URL + "dev.json",
 
47
  from the corresponding reading passage, or the question might be unanswerable.
48
  """
49
 
50
+ _URL = "https://huggingface.co/datasets/christti/squad-augmented-v2/resolve/main/
51
  _URLS = {
52
  "train": _URL + "train.json",
53
  "dev": _URL + "dev.json",