gsaltintas commited on
Commit
e8472ea
·
verified ·
1 Parent(s): 5333222

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -268
README.md CHANGED
@@ -7,274 +7,6 @@ pretty_name: Tokenization Robustness
7
  tags:
8
  - multilingual
9
  - tokenization
10
- configs:
11
- - config_name: code_technical_content_buggy_code
12
- data_files:
13
- - split: test
14
- path: code_technical_content_buggy_code/test-*
15
- - config_name: code_technical_content_cannonical
16
- data_files:
17
- - split: test
18
- path: code_technical_content_cannonical/test-*
19
- - config_name: code_technical_content_comments_across_languages
20
- data_files:
21
- - split: test
22
- path: code_technical_content_comments_across_languages/test-*
23
- - config_name: code_technical_content_string_literals
24
- data_files:
25
- - split: test
26
- path: code_technical_content_string_literals/test-*
27
- - config_name: code_technical_content_syntax_and_punctuation_variations
28
- data_files:
29
- - split: test
30
- path: code_technical_content_syntax_and_punctuation_variations/test-*
31
- - config_name: code_technical_content_variable_naming_conventions
32
- data_files:
33
- - split: test
34
- path: code_technical_content_variable_naming_conventions/test-*
35
- - config_name: code_technical_content_whitespace_variations
36
- data_files:
37
- - split: test
38
- path: code_technical_content_whitespace_variations/test-*
39
- dataset_info:
40
- - config_name: code_technical_content_buggy_code
41
- features:
42
- - name: question
43
- dtype: string
44
- - name: choices
45
- sequence: string
46
- - name: answer
47
- dtype: int64
48
- - name: answer_label
49
- dtype: string
50
- - name: split
51
- dtype: string
52
- - name: subcategories
53
- dtype: string
54
- - name: lang
55
- dtype: string
56
- - name: second_lang
57
- dtype: string
58
- - name: coding_lang
59
- dtype: string
60
- - name: notes
61
- dtype: string
62
- - name: id
63
- dtype: string
64
- - name: set_id
65
- dtype: float64
66
- - name: variation_id
67
- dtype: string
68
- splits:
69
- - name: test
70
- num_bytes: 7633
71
- num_examples: 21
72
- download_size: 8408
73
- dataset_size: 7633
74
- - config_name: code_technical_content_cannonical
75
- features:
76
- - name: question
77
- dtype: string
78
- - name: choices
79
- sequence: string
80
- - name: answer
81
- dtype: int64
82
- - name: answer_label
83
- dtype: string
84
- - name: split
85
- dtype: string
86
- - name: subcategories
87
- dtype: string
88
- - name: lang
89
- dtype: string
90
- - name: second_lang
91
- dtype: string
92
- - name: coding_lang
93
- dtype: string
94
- - name: notes
95
- dtype: string
96
- - name: id
97
- dtype: string
98
- - name: set_id
99
- dtype: float64
100
- - name: variation_id
101
- dtype: string
102
- splits:
103
- - name: test
104
- num_bytes: 1632
105
- num_examples: 5
106
- download_size: 6965
107
- dataset_size: 1632
108
- - config_name: code_technical_content_comments_across_languages
109
- features:
110
- - name: question
111
- dtype: string
112
- - name: choices
113
- sequence: string
114
- - name: answer
115
- dtype: int64
116
- - name: answer_label
117
- dtype: string
118
- - name: split
119
- dtype: string
120
- - name: subcategories
121
- dtype: string
122
- - name: lang
123
- dtype: string
124
- - name: second_lang
125
- dtype: string
126
- - name: coding_lang
127
- dtype: string
128
- - name: notes
129
- dtype: string
130
- - name: id
131
- dtype: string
132
- - name: set_id
133
- dtype: float64
134
- - name: variation_id
135
- dtype: string
136
- splits:
137
- - name: test
138
- num_bytes: 6024
139
- num_examples: 15
140
- download_size: 7963
141
- dataset_size: 6024
142
- - config_name: code_technical_content_string_literals
143
- features:
144
- - name: question
145
- dtype: string
146
- - name: choices
147
- sequence: string
148
- - name: answer
149
- dtype: int64
150
- - name: answer_label
151
- dtype: string
152
- - name: split
153
- dtype: string
154
- - name: subcategories
155
- dtype: string
156
- - name: lang
157
- dtype: string
158
- - name: second_lang
159
- dtype: string
160
- - name: coding_lang
161
- dtype: string
162
- - name: notes
163
- dtype: string
164
- - name: id
165
- dtype: string
166
- - name: set_id
167
- dtype: float64
168
- - name: variation_id
169
- dtype: string
170
- splits:
171
- - name: test
172
- num_bytes: 3557
173
- num_examples: 10
174
- download_size: 7004
175
- dataset_size: 3557
176
- - config_name: code_technical_content_syntax_and_punctuation_variations
177
- features:
178
- - name: question
179
- dtype: string
180
- - name: choices
181
- sequence: string
182
- - name: answer
183
- dtype: int64
184
- - name: answer_label
185
- dtype: string
186
- - name: split
187
- dtype: string
188
- - name: subcategories
189
- dtype: string
190
- - name: lang
191
- dtype: string
192
- - name: second_lang
193
- dtype: string
194
- - name: coding_lang
195
- dtype: string
196
- - name: notes
197
- dtype: string
198
- - name: id
199
- dtype: string
200
- - name: set_id
201
- dtype: float64
202
- - name: variation_id
203
- dtype: string
204
- splits:
205
- - name: test
206
- num_bytes: 5475
207
- num_examples: 16
208
- download_size: 7304
209
- dataset_size: 5475
210
- - config_name: code_technical_content_variable_naming_conventions
211
- features:
212
- - name: question
213
- dtype: string
214
- - name: choices
215
- sequence: string
216
- - name: answer
217
- dtype: int64
218
- - name: answer_label
219
- dtype: string
220
- - name: split
221
- dtype: string
222
- - name: subcategories
223
- dtype: string
224
- - name: lang
225
- dtype: string
226
- - name: second_lang
227
- dtype: string
228
- - name: coding_lang
229
- dtype: string
230
- - name: notes
231
- dtype: string
232
- - name: id
233
- dtype: string
234
- - name: set_id
235
- dtype: float64
236
- - name: variation_id
237
- dtype: string
238
- splits:
239
- - name: test
240
- num_bytes: 5087
241
- num_examples: 12
242
- download_size: 7699
243
- dataset_size: 5087
244
- - config_name: code_technical_content_whitespace_variations
245
- features:
246
- - name: question
247
- dtype: string
248
- - name: choices
249
- sequence: string
250
- - name: answer
251
- dtype: int64
252
- - name: answer_label
253
- dtype: string
254
- - name: split
255
- dtype: string
256
- - name: subcategories
257
- dtype: string
258
- - name: lang
259
- dtype: string
260
- - name: second_lang
261
- dtype: string
262
- - name: coding_lang
263
- dtype: string
264
- - name: notes
265
- dtype: string
266
- - name: id
267
- dtype: string
268
- - name: set_id
269
- dtype: float64
270
- - name: variation_id
271
- dtype: string
272
- splits:
273
- - name: test
274
- num_bytes: 5053
275
- num_examples: 15
276
- download_size: 7564
277
- dataset_size: 5053
278
  ---
279
 
280
  # Dataset Card for Tokenization Robustness
 
7
  tags:
8
  - multilingual
9
  - tokenization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Dataset Card for Tokenization Robustness