init
Browse files- 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 |
),
|