Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
1M<n<10M
ArXiv:
License:
jonsaadfalcon
commited on
Commit
•
5f084e3
1
Parent(s):
d73a266
updated files
Browse files- lotte_passages.py +1 -1
lotte_passages.py
CHANGED
@@ -117,7 +117,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
117 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
118 |
features = datasets.Features(
|
119 |
{
|
120 |
-
"
|
121 |
"text": datasets.Value("string")
|
122 |
}
|
123 |
)
|
|
|
117 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
118 |
features = datasets.Features(
|
119 |
{
|
120 |
+
"doc_id": datasets.Value("int32"),
|
121 |
"text": datasets.Value("string")
|
122 |
}
|
123 |
)
|