Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
Korean
Size:
10K<n<100K
ArXiv:
License:
shchoi1019
commited on
Commit
·
683562d
1
Parent(s):
e6c9231
Update squad_kor_v1_512.py
Browse files- squad_kor_v1_512.py +1 -1
squad_kor_v1_512.py
CHANGED
@@ -100,7 +100,7 @@ class SquadKorV1(datasets.GeneratorBasedBuilder):
|
|
100 |
yield data["id"], {
|
101 |
"title": data["title"],
|
102 |
"context": data["context"],
|
103 |
-
"question": data["
|
104 |
"id": data["id"],
|
105 |
"answers": data["answers"]
|
106 |
}
|
|
|
100 |
yield data["id"], {
|
101 |
"title": data["title"],
|
102 |
"context": data["context"],
|
103 |
+
"question": data["question"],
|
104 |
"id": data["id"],
|
105 |
"answers": data["answers"]
|
106 |
}
|