Datasets:
Update taln-archives.py
Browse files- taln-archives.py +1 -1
taln-archives.py
CHANGED
@@ -67,7 +67,7 @@ class Inspec(datasets.GeneratorBasedBuilder):
|
|
67 |
if self.config.name == "raw": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
68 |
features = datasets.Features(
|
69 |
{
|
70 |
-
"id": datasets.Value("
|
71 |
"title": datasets.Value("string"),
|
72 |
"abstract": datasets.Value("string"),
|
73 |
"keyphrases": datasets.features.Sequence(datasets.Value("string")),
|
|
|
67 |
if self.config.name == "raw": # This is the name of the configuration selected in BUILDER_CONFIGS above
|
68 |
features = datasets.Features(
|
69 |
{
|
70 |
+
"id": datasets.Value("string"),
|
71 |
"title": datasets.Value("string"),
|
72 |
"abstract": datasets.Value("string"),
|
73 |
"keyphrases": datasets.features.Sequence(datasets.Value("string")),
|