MoritzLaurer HF staff commited on
Commit
5d56ae4
1 Parent(s): 19336ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +197 -0
README.md ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: mnli_m
6
+ path: data/mnli_m-*
7
+ - split: mnli_mm
8
+ path: data/mnli_mm-*
9
+ - split: fever
10
+ path: data/fever-*
11
+ - split: anli_r1
12
+ path: data/anli_r1-*
13
+ - split: anli_r2
14
+ path: data/anli_r2-*
15
+ - split: anli_r3
16
+ path: data/anli_r3-*
17
+ - split: wanli
18
+ path: data/wanli-*
19
+ - split: ling
20
+ path: data/ling-*
21
+ - split: wellformedquery
22
+ path: data/wellformedquery-*
23
+ - split: rottentomatoes
24
+ path: data/rottentomatoes-*
25
+ - split: amazonpolarity
26
+ path: data/amazonpolarity-*
27
+ - split: imdb
28
+ path: data/imdb-*
29
+ - split: yelpreviews
30
+ path: data/yelpreviews-*
31
+ - split: hatexplain
32
+ path: data/hatexplain-*
33
+ - split: massive
34
+ path: data/massive-*
35
+ - split: banking77
36
+ path: data/banking77-*
37
+ - split: emotiondair
38
+ path: data/emotiondair-*
39
+ - split: emocontext
40
+ path: data/emocontext-*
41
+ - split: empathetic
42
+ path: data/empathetic-*
43
+ - split: agnews
44
+ path: data/agnews-*
45
+ - split: yahootopics
46
+ path: data/yahootopics-*
47
+ - split: biasframes_sex
48
+ path: data/biasframes_sex-*
49
+ - split: biasframes_offensive
50
+ path: data/biasframes_offensive-*
51
+ - split: biasframes_intent
52
+ path: data/biasframes_intent-*
53
+ - split: financialphrasebank
54
+ path: data/financialphrasebank-*
55
+ - split: appreviews
56
+ path: data/appreviews-*
57
+ - split: hateoffensive
58
+ path: data/hateoffensive-*
59
+ - split: trueteacher
60
+ path: data/trueteacher-*
61
+ - split: spam
62
+ path: data/spam-*
63
+ - split: wikitoxic_toxicaggregated
64
+ path: data/wikitoxic_toxicaggregated-*
65
+ - split: wikitoxic_obscene
66
+ path: data/wikitoxic_obscene-*
67
+ - split: wikitoxic_identityhate
68
+ path: data/wikitoxic_identityhate-*
69
+ - split: wikitoxic_threat
70
+ path: data/wikitoxic_threat-*
71
+ - split: wikitoxic_insult
72
+ path: data/wikitoxic_insult-*
73
+ dataset_info:
74
+ features:
75
+ - name: text
76
+ dtype: string
77
+ - name: hypothesis
78
+ dtype: string
79
+ - name: labels
80
+ dtype:
81
+ class_label:
82
+ names:
83
+ '0': 'true'
84
+ '1': not_true
85
+ - name: task_name
86
+ dtype: string
87
+ - name: label_text
88
+ dtype: string
89
+ splits:
90
+ - name: mnli_m
91
+ num_bytes: 1996537
92
+ num_examples: 9815
93
+ - name: mnli_mm
94
+ num_bytes: 2122187
95
+ num_examples: 9832
96
+ - name: fever
97
+ num_bytes: 7355160
98
+ num_examples: 19652
99
+ - name: anli_r1
100
+ num_bytes: 427064
101
+ num_examples: 1000
102
+ - name: anli_r2
103
+ num_bytes: 426927
104
+ num_examples: 1000
105
+ - name: anli_r3
106
+ num_bytes: 494090
107
+ num_examples: 1200
108
+ - name: wanli
109
+ num_bytes: 910472
110
+ num_examples: 5000
111
+ - name: ling
112
+ num_bytes: 1034204
113
+ num_examples: 4893
114
+ - name: wellformedquery
115
+ num_bytes: 797997
116
+ num_examples: 5934
117
+ - name: rottentomatoes
118
+ num_bytes: 476608
119
+ num_examples: 2132
120
+ - name: amazonpolarity
121
+ num_bytes: 10638222
122
+ num_examples: 20000
123
+ - name: imdb
124
+ num_bytes: 27702150
125
+ num_examples: 20000
126
+ - name: yelpreviews
127
+ num_bytes: 15528830
128
+ num_examples: 20000
129
+ - name: hatexplain
130
+ num_bytes: 686828
131
+ num_examples: 2922
132
+ - name: massive
133
+ num_bytes: 22508046
134
+ num_examples: 175466
135
+ - name: banking77
136
+ num_bytes: 38244320
137
+ num_examples: 221760
138
+ - name: emotiondair
139
+ num_bytes: 2106560
140
+ num_examples: 12000
141
+ - name: emocontext
142
+ num_bytes: 3399684
143
+ num_examples: 22036
144
+ - name: empathetic
145
+ num_bytes: 51489174
146
+ num_examples: 81344
147
+ - name: agnews
148
+ num_bytes: 9387496
149
+ num_examples: 30400
150
+ - name: yahootopics
151
+ num_bytes: 339270530
152
+ num_examples: 500000
153
+ - name: biasframes_sex
154
+ num_bytes: 1803606
155
+ num_examples: 8808
156
+ - name: biasframes_offensive
157
+ num_bytes: 1762676
158
+ num_examples: 7676
159
+ - name: biasframes_intent
160
+ num_bytes: 1570206
161
+ num_examples: 7296
162
+ - name: financialphrasebank
163
+ num_bytes: 508644
164
+ num_examples: 2070
165
+ - name: appreviews
166
+ num_bytes: 2350054
167
+ num_examples: 8000
168
+ - name: hateoffensive
169
+ num_bytes: 472792
170
+ num_examples: 2586
171
+ - name: trueteacher
172
+ num_bytes: 24678372
173
+ num_examples: 17910
174
+ - name: spam
175
+ num_bytes: 276250
176
+ num_examples: 2070
177
+ - name: wikitoxic_toxicaggregated
178
+ num_bytes: 8866954
179
+ num_examples: 20000
180
+ - name: wikitoxic_obscene
181
+ num_bytes: 7812494
182
+ num_examples: 17382
183
+ - name: wikitoxic_identityhate
184
+ num_bytes: 5643068
185
+ num_examples: 11424
186
+ - name: wikitoxic_threat
187
+ num_bytes: 5091276
188
+ num_examples: 10422
189
+ - name: wikitoxic_insult
190
+ num_bytes: 7229696
191
+ num_examples: 16854
192
+ download_size: 66145513
193
+ dataset_size: 605069174
194
+ ---
195
+ # Dataset Card for "dataset_test_disaggregated_nli"
196
+
197
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)