fedryanto commited on
Commit
124dd4e
·
1 Parent(s): 708ca40

Update qas.py

Browse files
Files changed (1) hide show
  1. qas.py +2 -2
qas.py CHANGED
@@ -33,8 +33,8 @@ from the corresponding reading passage, or the question might be unanswerable.
33
 
34
  _URL = "https://huggingface.co/datasets/fedryanto/qas/tree/main/"
35
  _URLS = {
36
- "train":"https://huggingface.co/datasets/fedryanto/qas/blob/main/answers%20(2).csv",
37
- "dev": "https://huggingface.co/datasets/fedryanto/qas/blob/main/answers%20(1).csv",
38
  }
39
 
40
 
 
33
 
34
  _URL = "https://huggingface.co/datasets/fedryanto/qas/tree/main/"
35
  _URLS = {
36
+ "train":"https://huggingface.co/datasets/fedryanto/qas/blob/main/train.csv",
37
+ "dev": "https://huggingface.co/datasets/fedryanto/qas/blob/main/test.csv",
38
  }
39
 
40