Ihor commited on
Commit
c090ceb
1 Parent(s): 4b061dd

Upload events_classification_biotech.py

Browse files
Files changed (1) hide show
  1. events_classification_biotech.py +1 -1
events_classification_biotech.py CHANGED
@@ -56,7 +56,7 @@ class BiotechNews(datasets.GeneratorBasedBuilder):
56
  "title": datasets.Value("string"),
57
  "content": datasets.Value("string"),
58
  "target organization": datasets.Value("string"),
59
- "all_labels": list,
60
  "all_labels_concat": datasets.Value("string"),
61
  "label 1": datasets.features.ClassLabel(names=labels),
62
  "label 2": datasets.features.ClassLabel(names=labels),
 
56
  "title": datasets.Value("string"),
57
  "content": datasets.Value("string"),
58
  "target organization": datasets.Value("string"),
59
+ "all_labels": datasets.Sequence(Value("string"),
60
  "all_labels_concat": datasets.Value("string"),
61
  "label 1": datasets.features.ClassLabel(names=labels),
62
  "label 2": datasets.features.ClassLabel(names=labels),