Datasets:
Update sd-nlp-non-tokenized.py
Browse files- sd-nlp-non-tokenized.py +1 -1
sd-nlp-non-tokenized.py
CHANGED
@@ -111,7 +111,7 @@ class SourceDataNLP(datasets.GeneratorBasedBuilder):
|
|
111 |
)
|
112 |
),
|
113 |
"tag_mask": datasets.Sequence(feature=datasets.Value("int8")),
|
114 |
-
"panel_id": datasets.
|
115 |
}
|
116 |
)
|
117 |
elif self.config.name == "SMALL_MOL_ROLES":
|
|
|
111 |
)
|
112 |
),
|
113 |
"tag_mask": datasets.Sequence(feature=datasets.Value("int8")),
|
114 |
+
"panel_id": datasets.Value("string"),
|
115 |
}
|
116 |
)
|
117 |
elif self.config.name == "SMALL_MOL_ROLES":
|