Datasets:

Sub-tasks:
extractive-qa
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
jonsaadfalcon commited on
Commit
c119db4
1 Parent(s): 820f79b

updated lotte.py

Browse files
Files changed (1) hide show
  1. lotte.py +1 -1
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("string"),
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"),