Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
German
Size:
10K<n<100K
License:
Commit
•
c18d916
1
Parent(s):
e7e37fe
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (61ed0f4fd47812671ea52cebb36c060f943630d4)
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: One Million Posts
|
3 |
annotations_creators:
|
4 |
- expert-generated
|
5 |
language_creators:
|
@@ -19,6 +18,7 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
21 |
paperswithcode_id: one-million-posts-corpus
|
|
|
22 |
dataset_info:
|
23 |
- config_name: posts_labeled
|
24 |
features:
|
@@ -46,15 +46,15 @@ dataset_info:
|
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
-
0: ArgumentsUsed
|
50 |
-
1: Discriminating
|
51 |
-
2: Inappropriate
|
52 |
-
3: OffTopic
|
53 |
-
4: PersonalStories
|
54 |
-
5: PossiblyFeedback
|
55 |
-
6: SentimentNegative
|
56 |
-
7: SentimentNeutral
|
57 |
-
8: SentimentPositive
|
58 |
- name: Value
|
59 |
dtype: int32
|
60 |
- name: Fold
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language_creators:
|
|
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: one-million-posts-corpus
|
21 |
+
pretty_name: One Million Posts
|
22 |
dataset_info:
|
23 |
- config_name: posts_labeled
|
24 |
features:
|
|
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
+
'0': ArgumentsUsed
|
50 |
+
'1': Discriminating
|
51 |
+
'2': Inappropriate
|
52 |
+
'3': OffTopic
|
53 |
+
'4': PersonalStories
|
54 |
+
'5': PossiblyFeedback
|
55 |
+
'6': SentimentNegative
|
56 |
+
'7': SentimentNeutral
|
57 |
+
'8': SentimentPositive
|
58 |
- name: Value
|
59 |
dtype: int32
|
60 |
- name: Fold
|