Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Update qas.py
Browse files
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/
|
| 37 |
-
"dev": "https://huggingface.co/datasets/fedryanto/qas/blob/main/
|
| 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 |
|