asahi417 commited on
Commit
ec6b2dd
1 Parent(s): fe9471d
Files changed (1) hide show
  1. tweet_topic_multi.py +2 -2
tweet_topic_multi.py CHANGED
@@ -74,8 +74,8 @@ class TweetTopicSingle(datasets.GeneratorBasedBuilder):
74
  {
75
  "text": datasets.Value("string"),
76
  "date": datasets.Value("string"),
77
- "label": datasets.Value("int32"),
78
- "label_name": datasets.Value("string"),
79
  "id": datasets.Value("string")
80
  }
81
  ),
 
74
  {
75
  "text": datasets.Value("string"),
76
  "date": datasets.Value("string"),
77
+ "label": datasets.Sequence(datasets.Value("int32")),
78
+ "label_name": datasets.Sequence(datasets.Value("string")),
79
  "id": datasets.Value("string")
80
  }
81
  ),