boudinfl commited on
Commit
49806b2
1 Parent(s): 5f79a50

Update inspec.py

Browse files
Files changed (1) hide show
  1. inspec.py +1 -1
inspec.py CHANGED
@@ -68,7 +68,7 @@ class Inspec(datasets.GeneratorBasedBuilder):
68
  if self.config.name == "raw": # This is the name of the configuration selected in BUILDER_CONFIGS above
69
  features = datasets.Features(
70
  {
71
- "id": datasets.Value("int64"),
72
  "title": datasets.Value("string"),
73
  "abstract": datasets.Value("string"),
74
  "keyphrases": datasets.features.Sequence(datasets.Value("string")),
 
68
  if self.config.name == "raw": # This is the name of the configuration selected in BUILDER_CONFIGS above
69
  features = datasets.Features(
70
  {
71
+ "id": datasets.Value("string"),
72
  "title": datasets.Value("string"),
73
  "abstract": datasets.Value("string"),
74
  "keyphrases": datasets.features.Sequence(datasets.Value("string")),