Datasets:
ofai
/

Languages:
German
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
License:
lhoestq HF staff commited on
Commit
e7e37fe
1 Parent(s): 0c3f9ce

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md CHANGED
@@ -19,6 +19,98 @@ task_categories:
19
  task_ids:
20
  - sentiment-classification
21
  paperswithcode_id: one-million-posts-corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for One Million Posts Corpus
 
19
  task_ids:
20
  - sentiment-classification
21
  paperswithcode_id: one-million-posts-corpus
22
+ dataset_info:
23
+ - config_name: posts_labeled
24
+ features:
25
+ - name: ID_Post
26
+ dtype: string
27
+ - name: ID_Parent_Post
28
+ dtype: string
29
+ - name: ID_Article
30
+ dtype: string
31
+ - name: ID_User
32
+ dtype: string
33
+ - name: CreatedAt
34
+ dtype: string
35
+ - name: Status
36
+ dtype: string
37
+ - name: Headline
38
+ dtype: string
39
+ - name: Body
40
+ dtype: string
41
+ - name: PositiveVotes
42
+ dtype: int32
43
+ - name: NegativeVotes
44
+ dtype: int32
45
+ - name: Category
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
61
+ dtype: int32
62
+ splits:
63
+ - name: train
64
+ num_bytes: 13955964
65
+ num_examples: 40567
66
+ download_size: 1329892
67
+ dataset_size: 13955964
68
+ - config_name: posts_unlabeled
69
+ features:
70
+ - name: ID_Post
71
+ dtype: string
72
+ - name: ID_Parent_Post
73
+ dtype: string
74
+ - name: ID_Article
75
+ dtype: string
76
+ - name: ID_User
77
+ dtype: string
78
+ - name: CreatedAt
79
+ dtype: string
80
+ - name: Status
81
+ dtype: string
82
+ - name: Headline
83
+ dtype: string
84
+ - name: Body
85
+ dtype: string
86
+ - name: PositiveVotes
87
+ dtype: int32
88
+ - name: NegativeVotes
89
+ dtype: int32
90
+ splits:
91
+ - name: train
92
+ num_bytes: 305770324
93
+ num_examples: 1000000
94
+ download_size: 79296188
95
+ dataset_size: 305770324
96
+ - config_name: articles
97
+ features:
98
+ - name: ID_Article
99
+ dtype: string
100
+ - name: Path
101
+ dtype: string
102
+ - name: publishingDate
103
+ dtype: string
104
+ - name: Title
105
+ dtype: string
106
+ - name: Body
107
+ dtype: string
108
+ splits:
109
+ - name: train
110
+ num_bytes: 43529400
111
+ num_examples: 12087
112
+ download_size: 10681288
113
+ dataset_size: 43529400
114
  ---
115
 
116
  # Dataset Card for One Million Posts Corpus