Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
2da1615
1 Parent(s): 0a4bf3f

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (e5ef3886ae1075bed4574d4a7e6e1a49f3c8c3b8)

Files changed (1) hide show
  1. README.md +106 -107
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - intent-classification
20
- paperswithcode_id: null
21
  pretty_name: HateOffensive
22
  dataset_info:
23
  features:
@@ -27,37 +26,37 @@ dataset_info:
27
  sequence:
28
  class_label:
29
  names:
30
- 0: 'false'
31
- 1: 'true'
32
  - name: receiver_labels
33
  sequence:
34
  class_label:
35
  names:
36
- 0: 'false'
37
- 1: 'true'
38
- 2: noannotation
39
  - name: speakers
40
  sequence:
41
  class_label:
42
  names:
43
- 0: italy
44
- 1: turkey
45
- 2: russia
46
- 3: england
47
- 4: austria
48
- 5: germany
49
- 6: france
50
  - name: receivers
51
  sequence:
52
  class_label:
53
  names:
54
- 0: italy
55
- 1: turkey
56
- 2: russia
57
- 3: england
58
- 4: austria
59
- 5: germany
60
- 6: france
61
  - name: absolute_message_index
62
  sequence: int64
63
  - name: relative_message_index
@@ -66,109 +65,109 @@ dataset_info:
66
  sequence:
67
  class_label:
68
  names:
69
- 0: spring
70
- 1: fall
71
- 2: winter
72
- 3: Spring
73
- 4: Fall
74
- 5: Winter
75
  - name: years
76
  sequence:
77
  class_label:
78
  names:
79
- 0: '1901'
80
- 1: '1902'
81
- 2: '1903'
82
- 3: '1904'
83
- 4: '1905'
84
- 5: '1906'
85
- 6: '1907'
86
- 7: '1908'
87
- 8: '1909'
88
- 9: '1910'
89
- 10: '1911'
90
- 11: '1912'
91
- 12: '1913'
92
- 13: '1914'
93
- 14: '1915'
94
- 15: '1916'
95
- 16: '1917'
96
- 17: '1918'
97
  - name: game_score
98
  sequence:
99
  class_label:
100
  names:
101
- 0: '0'
102
- 1: '1'
103
- 2: '2'
104
- 3: '3'
105
- 4: '4'
106
- 5: '5'
107
- 6: '6'
108
- 7: '7'
109
- 8: '8'
110
- 9: '9'
111
- 10: '10'
112
- 11: '11'
113
- 12: '12'
114
- 13: '13'
115
- 14: '14'
116
- 15: '15'
117
- 16: '16'
118
- 17: '17'
119
- 18: '18'
120
  - name: game_score_delta
121
  sequence:
122
  class_label:
123
  names:
124
- 0: '0'
125
- 1: '1'
126
- 2: '2'
127
- 3: '3'
128
- 4: '4'
129
- 5: '5'
130
- 6: '6'
131
- 7: '7'
132
- 8: '8'
133
- 9: '9'
134
- 10: '10'
135
- 11: '11'
136
- 12: '12'
137
- 13: '13'
138
- 14: '14'
139
- 15: '15'
140
- 16: '16'
141
- 17: '17'
142
- 18: '18'
143
- 19: '-1'
144
- 20: '-2'
145
- 21: '-3'
146
- 22: '-4'
147
- 23: '-5'
148
- 24: '-6'
149
- 25: '-7'
150
- 26: '-8'
151
- 27: '-9'
152
- 28: '-10'
153
- 29: '-11'
154
- 30: '-12'
155
- 31: '-13'
156
- 32: '-14'
157
- 33: '-15'
158
- 34: '-16'
159
- 35: '-17'
160
- 36: '-18'
161
  - name: players
162
  sequence:
163
  class_label:
164
  names:
165
- 0: italy
166
- 1: turkey
167
- 2: russia
168
- 3: england
169
- 4: austria
170
- 5: germany
171
- 6: france
172
  - name: game_id
173
  dtype: int64
174
  splits:
17
  - text-classification
18
  task_ids:
19
  - intent-classification
 
20
  pretty_name: HateOffensive
21
  dataset_info:
22
  features:
26
  sequence:
27
  class_label:
28
  names:
29
+ '0': 'false'
30
+ '1': 'true'
31
  - name: receiver_labels
32
  sequence:
33
  class_label:
34
  names:
35
+ '0': 'false'
36
+ '1': 'true'
37
+ '2': noannotation
38
  - name: speakers
39
  sequence:
40
  class_label:
41
  names:
42
+ '0': italy
43
+ '1': turkey
44
+ '2': russia
45
+ '3': england
46
+ '4': austria
47
+ '5': germany
48
+ '6': france
49
  - name: receivers
50
  sequence:
51
  class_label:
52
  names:
53
+ '0': italy
54
+ '1': turkey
55
+ '2': russia
56
+ '3': england
57
+ '4': austria
58
+ '5': germany
59
+ '6': france
60
  - name: absolute_message_index
61
  sequence: int64
62
  - name: relative_message_index
65
  sequence:
66
  class_label:
67
  names:
68
+ '0': spring
69
+ '1': fall
70
+ '2': winter
71
+ '3': Spring
72
+ '4': Fall
73
+ '5': Winter
74
  - name: years
75
  sequence:
76
  class_label:
77
  names:
78
+ '0': '1901'
79
+ '1': '1902'
80
+ '2': '1903'
81
+ '3': '1904'
82
+ '4': '1905'
83
+ '5': '1906'
84
+ '6': '1907'
85
+ '7': '1908'
86
+ '8': '1909'
87
+ '9': '1910'
88
+ '10': '1911'
89
+ '11': '1912'
90
+ '12': '1913'
91
+ '13': '1914'
92
+ '14': '1915'
93
+ '15': '1916'
94
+ '16': '1917'
95
+ '17': '1918'
96
  - name: game_score
97
  sequence:
98
  class_label:
99
  names:
100
+ '0': '0'
101
+ '1': '1'
102
+ '2': '2'
103
+ '3': '3'
104
+ '4': '4'
105
+ '5': '5'
106
+ '6': '6'
107
+ '7': '7'
108
+ '8': '8'
109
+ '9': '9'
110
+ '10': '10'
111
+ '11': '11'
112
+ '12': '12'
113
+ '13': '13'
114
+ '14': '14'
115
+ '15': '15'
116
+ '16': '16'
117
+ '17': '17'
118
+ '18': '18'
119
  - name: game_score_delta
120
  sequence:
121
  class_label:
122
  names:
123
+ '0': '0'
124
+ '1': '1'
125
+ '2': '2'
126
+ '3': '3'
127
+ '4': '4'
128
+ '5': '5'
129
+ '6': '6'
130
+ '7': '7'
131
+ '8': '8'
132
+ '9': '9'
133
+ '10': '10'
134
+ '11': '11'
135
+ '12': '12'
136
+ '13': '13'
137
+ '14': '14'
138
+ '15': '15'
139
+ '16': '16'
140
+ '17': '17'
141
+ '18': '18'
142
+ '19': '-1'
143
+ '20': '-2'
144
+ '21': '-3'
145
+ '22': '-4'
146
+ '23': '-5'
147
+ '24': '-6'
148
+ '25': '-7'
149
+ '26': '-8'
150
+ '27': '-9'
151
+ '28': '-10'
152
+ '29': '-11'
153
+ '30': '-12'
154
+ '31': '-13'
155
+ '32': '-14'
156
+ '33': '-15'
157
+ '34': '-16'
158
+ '35': '-17'
159
+ '36': '-18'
160
  - name: players
161
  sequence:
162
  class_label:
163
  names:
164
+ '0': italy
165
+ '1': turkey
166
+ '2': russia
167
+ '3': england
168
+ '4': austria
169
+ '5': germany
170
+ '6': france
171
  - name: game_id
172
  dtype: int64
173
  splits: