Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
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 |
),
|