Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K - 100K
ArXiv:
License:
jonsaadfalcon
commited on
Commit
·
c119db4
1
Parent(s):
820f79b
updated lotte.py
Browse files
lotte.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 |
-
"qid": datasets.Value("
|
121 |
"query": datasets.Value("string"),
|
122 |
#"score": datasets.Value("int32"),
|
123 |
#"views": datasets.Value("int32"),
|
|
|
117 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
118 |
features = datasets.Features(
|
119 |
{
|
120 |
+
"qid": datasets.Value("int32"),
|
121 |
"query": datasets.Value("string"),
|
122 |
#"score": datasets.Value("int32"),
|
123 |
#"views": datasets.Value("int32"),
|