Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Sub-tasks:
extractive-qa
Languages:
English
Size:
100K - 1M
License:
Update squad-augmented-v2.py
Browse files- 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",
|