gsaltintas commited on
Commit
5b443bf
·
verified ·
1 Parent(s): f0d8f8d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -2602
README.md CHANGED
@@ -7,2608 +7,6 @@ pretty_name: Tokenization Robustness
7
  tags:
8
  - multilingual
9
  - tokenization
10
- configs:
11
- - config_name: tokenizer_robustness_completion_italian_abbreviations
12
- data_files:
13
- - split: test
14
- path: tokenizer_robustness_completion_italian_abbreviations/test-*
15
- - config_name: tokenizer_robustness_completion_italian_canonical
16
- data_files:
17
- - split: test
18
- path: tokenizer_robustness_completion_italian_canonical/test-*
19
- - config_name: tokenizer_robustness_completion_italian_capitalization
20
- data_files:
21
- - split: test
22
- path: tokenizer_robustness_completion_italian_capitalization/test-*
23
- - config_name: tokenizer_robustness_completion_italian_code_language_script_switching
24
- data_files:
25
- - split: test
26
- path: tokenizer_robustness_completion_italian_code_language_script_switching/test-*
27
- - config_name: tokenizer_robustness_completion_italian_contractions
28
- data_files:
29
- - split: test
30
- path: tokenizer_robustness_completion_italian_contractions/test-*
31
- - config_name: tokenizer_robustness_completion_italian_date_formats
32
- data_files:
33
- - split: test
34
- path: tokenizer_robustness_completion_italian_date_formats/test-*
35
- - config_name: tokenizer_robustness_completion_italian_dialects
36
- data_files:
37
- - split: test
38
- path: tokenizer_robustness_completion_italian_dialects/test-*
39
- - config_name: tokenizer_robustness_completion_italian_english_keyboard
40
- data_files:
41
- - split: test
42
- path: tokenizer_robustness_completion_italian_english_keyboard/test-*
43
- - config_name: tokenizer_robustness_completion_italian_equivalent_expressions
44
- data_files:
45
- - split: test
46
- path: tokenizer_robustness_completion_italian_equivalent_expressions/test-*
47
- - config_name: tokenizer_robustness_completion_italian_grammatical_errors
48
- data_files:
49
- - split: test
50
- path: tokenizer_robustness_completion_italian_grammatical_errors/test-*
51
- - config_name: tokenizer_robustness_completion_italian_keyboard_proximity_errors
52
- data_files:
53
- - split: test
54
- path: tokenizer_robustness_completion_italian_keyboard_proximity_errors/test-*
55
- - config_name: tokenizer_robustness_completion_italian_numerical_formats
56
- data_files:
57
- - split: test
58
- path: tokenizer_robustness_completion_italian_numerical_formats/test-*
59
- - config_name: tokenizer_robustness_completion_italian_orthographic_errors
60
- data_files:
61
- - split: test
62
- path: tokenizer_robustness_completion_italian_orthographic_errors/test-*
63
- - config_name: tokenizer_robustness_completion_italian_phonetic_spelling
64
- data_files:
65
- - split: test
66
- path: tokenizer_robustness_completion_italian_phonetic_spelling/test-*
67
- - config_name: tokenizer_robustness_completion_italian_plausible_diacritics_errors
68
- data_files:
69
- - split: test
70
- path: tokenizer_robustness_completion_italian_plausible_diacritics_errors/test-*
71
- - config_name: tokenizer_robustness_completion_italian_similar_words
72
- data_files:
73
- - split: test
74
- path: tokenizer_robustness_completion_italian_similar_words/test-*
75
- - config_name: tokenizer_robustness_completion_italian_spelled_out
76
- data_files:
77
- - split: test
78
- path: tokenizer_robustness_completion_italian_spelled_out/test-*
79
- - config_name: tokenizer_robustness_completion_italian_typographical_errors
80
- data_files:
81
- - split: test
82
- path: tokenizer_robustness_completion_italian_typographical_errors/test-*
83
- - config_name: tokenizer_robustness_completion_italian_web_search_query
84
- data_files:
85
- - split: test
86
- path: tokenizer_robustness_completion_italian_web_search_query/test-*
87
- - config_name: tokenizer_robustness_completion_italian_word_reordering
88
- data_files:
89
- - split: test
90
- path: tokenizer_robustness_completion_italian_word_reordering/test-*
91
- dataset_info:
92
- - config_name: tokenizer_robustness_completion_italian_abbreviations
93
- features:
94
- - name: question
95
- dtype: string
96
- - name: choices
97
- list: string
98
- - name: answer
99
- dtype: int64
100
- - name: answer_label
101
- dtype: string
102
- - name: split
103
- dtype: string
104
- - name: subcategories
105
- dtype: string
106
- - name: category
107
- dtype: string
108
- - name: lang
109
- dtype: string
110
- - name: second_lang
111
- dtype: string
112
- - name: notes
113
- dtype: string
114
- - name: id
115
- dtype: string
116
- - name: set_id
117
- dtype: string
118
- - name: variation_id
119
- dtype: string
120
- - name: perturbed_word
121
- dtype: string
122
- - name: vanilla_cos_sim_to_canonical
123
- struct:
124
- - name: CohereLabs/aya-expanse-8b
125
- dtype: float64
126
- - name: Qwen/Qwen3-8B
127
- dtype: float64
128
- - name: bigscience/bloom
129
- dtype: float64
130
- - name: common-pile/comma-v0.1-1t
131
- dtype: float64
132
- - name: facebook/xglm-564M
133
- dtype: float64
134
- - name: google-bert/bert-base-multilingual-cased
135
- dtype: float64
136
- - name: google/byt5-small
137
- dtype: float64
138
- - name: google/gemma-2-2b
139
- dtype: float64
140
- - name: gpt2
141
- dtype: float64
142
- - name: meta-llama/Llama-3.2-1B
143
- dtype: float64
144
- - name: microsoft/Phi-3-mini-4k-instruct
145
- dtype: float64
146
- - name: mistralai/tekken
147
- dtype: float64
148
- - name: tiktoken/gpt-4o
149
- dtype: float64
150
- - name: tokenmonster/englishcode-32000-consistent-v1
151
- dtype: float64
152
- - name: trimmed_cos_sim_to_canonical
153
- struct:
154
- - name: CohereLabs/aya-expanse-8b
155
- dtype: float64
156
- - name: Qwen/Qwen3-8B
157
- dtype: float64
158
- - name: bigscience/bloom
159
- dtype: float64
160
- - name: common-pile/comma-v0.1-1t
161
- dtype: float64
162
- - name: facebook/xglm-564M
163
- dtype: float64
164
- - name: google-bert/bert-base-multilingual-cased
165
- dtype: float64
166
- - name: google/byt5-small
167
- dtype: float64
168
- - name: google/gemma-2-2b
169
- dtype: float64
170
- - name: gpt2
171
- dtype: float64
172
- - name: meta-llama/Llama-3.2-1B
173
- dtype: float64
174
- - name: microsoft/Phi-3-mini-4k-instruct
175
- dtype: float64
176
- - name: mistralai/tekken
177
- dtype: float64
178
- - name: tiktoken/gpt-4o
179
- dtype: float64
180
- - name: tokenmonster/englishcode-32000-consistent-v1
181
- dtype: float64
182
- - name: token_counts
183
- struct:
184
- - name: CohereLabs/aya-expanse-8b
185
- dtype: int64
186
- - name: Qwen/Qwen3-8B
187
- dtype: int64
188
- - name: bigscience/bloom
189
- dtype: int64
190
- - name: common-pile/comma-v0.1-1t
191
- dtype: int64
192
- - name: facebook/xglm-564M
193
- dtype: int64
194
- - name: google-bert/bert-base-multilingual-cased
195
- dtype: int64
196
- - name: google/byt5-small
197
- dtype: int64
198
- - name: google/gemma-2-2b
199
- dtype: int64
200
- - name: gpt2
201
- dtype: int64
202
- - name: meta-llama/Llama-3.2-1B
203
- dtype: int64
204
- - name: microsoft/Phi-3-mini-4k-instruct
205
- dtype: int64
206
- - name: mistralai/tekken
207
- dtype: int64
208
- - name: tiktoken/gpt-4o
209
- dtype: int64
210
- - name: tokenmonster/englishcode-32000-consistent-v1
211
- dtype: int64
212
- splits:
213
- - name: test
214
- num_bytes: 15662
215
- num_examples: 27
216
- download_size: 34757
217
- dataset_size: 15662
218
- - config_name: tokenizer_robustness_completion_italian_canonical
219
- features:
220
- - name: question
221
- dtype: string
222
- - name: choices
223
- list: string
224
- - name: answer
225
- dtype: int64
226
- - name: answer_label
227
- dtype: string
228
- - name: split
229
- dtype: string
230
- - name: subcategories
231
- dtype: string
232
- - name: category
233
- dtype: string
234
- - name: lang
235
- dtype: string
236
- - name: second_lang
237
- dtype: string
238
- - name: notes
239
- dtype: string
240
- - name: id
241
- dtype: string
242
- - name: set_id
243
- dtype: string
244
- - name: variation_id
245
- dtype: string
246
- - name: perturbed_word
247
- dtype: string
248
- - name: vanilla_cos_sim_to_canonical
249
- struct:
250
- - name: CohereLabs/aya-expanse-8b
251
- dtype: float64
252
- - name: Qwen/Qwen3-8B
253
- dtype: float64
254
- - name: bigscience/bloom
255
- dtype: float64
256
- - name: common-pile/comma-v0.1-1t
257
- dtype: float64
258
- - name: facebook/xglm-564M
259
- dtype: float64
260
- - name: google-bert/bert-base-multilingual-cased
261
- dtype: float64
262
- - name: google/byt5-small
263
- dtype: float64
264
- - name: google/gemma-2-2b
265
- dtype: float64
266
- - name: gpt2
267
- dtype: float64
268
- - name: meta-llama/Llama-3.2-1B
269
- dtype: float64
270
- - name: microsoft/Phi-3-mini-4k-instruct
271
- dtype: float64
272
- - name: mistralai/tekken
273
- dtype: float64
274
- - name: tiktoken/gpt-4o
275
- dtype: float64
276
- - name: tokenmonster/englishcode-32000-consistent-v1
277
- dtype: float64
278
- - name: trimmed_cos_sim_to_canonical
279
- struct:
280
- - name: CohereLabs/aya-expanse-8b
281
- dtype: float64
282
- - name: Qwen/Qwen3-8B
283
- dtype: float64
284
- - name: bigscience/bloom
285
- dtype: float64
286
- - name: common-pile/comma-v0.1-1t
287
- dtype: float64
288
- - name: facebook/xglm-564M
289
- dtype: float64
290
- - name: google-bert/bert-base-multilingual-cased
291
- dtype: float64
292
- - name: google/byt5-small
293
- dtype: float64
294
- - name: google/gemma-2-2b
295
- dtype: float64
296
- - name: gpt2
297
- dtype: float64
298
- - name: meta-llama/Llama-3.2-1B
299
- dtype: float64
300
- - name: microsoft/Phi-3-mini-4k-instruct
301
- dtype: float64
302
- - name: mistralai/tekken
303
- dtype: float64
304
- - name: tiktoken/gpt-4o
305
- dtype: float64
306
- - name: tokenmonster/englishcode-32000-consistent-v1
307
- dtype: float64
308
- - name: token_counts
309
- struct:
310
- - name: CohereLabs/aya-expanse-8b
311
- dtype: int64
312
- - name: Qwen/Qwen3-8B
313
- dtype: int64
314
- - name: bigscience/bloom
315
- dtype: int64
316
- - name: common-pile/comma-v0.1-1t
317
- dtype: int64
318
- - name: facebook/xglm-564M
319
- dtype: int64
320
- - name: google-bert/bert-base-multilingual-cased
321
- dtype: int64
322
- - name: google/byt5-small
323
- dtype: int64
324
- - name: google/gemma-2-2b
325
- dtype: int64
326
- - name: gpt2
327
- dtype: int64
328
- - name: meta-llama/Llama-3.2-1B
329
- dtype: int64
330
- - name: microsoft/Phi-3-mini-4k-instruct
331
- dtype: int64
332
- - name: mistralai/tekken
333
- dtype: int64
334
- - name: tiktoken/gpt-4o
335
- dtype: int64
336
- - name: tokenmonster/englishcode-32000-consistent-v1
337
- dtype: int64
338
- splits:
339
- - name: test
340
- num_bytes: 22737
341
- num_examples: 41
342
- download_size: 33939
343
- dataset_size: 22737
344
- - config_name: tokenizer_robustness_completion_italian_capitalization
345
- features:
346
- - name: question
347
- dtype: string
348
- - name: choices
349
- list: string
350
- - name: answer
351
- dtype: int64
352
- - name: answer_label
353
- dtype: string
354
- - name: split
355
- dtype: string
356
- - name: subcategories
357
- dtype: string
358
- - name: category
359
- dtype: string
360
- - name: lang
361
- dtype: string
362
- - name: second_lang
363
- dtype: string
364
- - name: notes
365
- dtype: string
366
- - name: id
367
- dtype: string
368
- - name: set_id
369
- dtype: string
370
- - name: variation_id
371
- dtype: string
372
- - name: perturbed_word
373
- dtype: string
374
- - name: vanilla_cos_sim_to_canonical
375
- struct:
376
- - name: CohereLabs/aya-expanse-8b
377
- dtype: float64
378
- - name: Qwen/Qwen3-8B
379
- dtype: float64
380
- - name: bigscience/bloom
381
- dtype: float64
382
- - name: common-pile/comma-v0.1-1t
383
- dtype: float64
384
- - name: facebook/xglm-564M
385
- dtype: float64
386
- - name: google-bert/bert-base-multilingual-cased
387
- dtype: float64
388
- - name: google/byt5-small
389
- dtype: float64
390
- - name: google/gemma-2-2b
391
- dtype: float64
392
- - name: gpt2
393
- dtype: float64
394
- - name: meta-llama/Llama-3.2-1B
395
- dtype: float64
396
- - name: microsoft/Phi-3-mini-4k-instruct
397
- dtype: float64
398
- - name: mistralai/tekken
399
- dtype: float64
400
- - name: tiktoken/gpt-4o
401
- dtype: float64
402
- - name: tokenmonster/englishcode-32000-consistent-v1
403
- dtype: float64
404
- - name: trimmed_cos_sim_to_canonical
405
- struct:
406
- - name: CohereLabs/aya-expanse-8b
407
- dtype: float64
408
- - name: Qwen/Qwen3-8B
409
- dtype: float64
410
- - name: bigscience/bloom
411
- dtype: float64
412
- - name: common-pile/comma-v0.1-1t
413
- dtype: float64
414
- - name: facebook/xglm-564M
415
- dtype: float64
416
- - name: google-bert/bert-base-multilingual-cased
417
- dtype: float64
418
- - name: google/byt5-small
419
- dtype: float64
420
- - name: google/gemma-2-2b
421
- dtype: float64
422
- - name: gpt2
423
- dtype: float64
424
- - name: meta-llama/Llama-3.2-1B
425
- dtype: float64
426
- - name: microsoft/Phi-3-mini-4k-instruct
427
- dtype: float64
428
- - name: mistralai/tekken
429
- dtype: float64
430
- - name: tiktoken/gpt-4o
431
- dtype: float64
432
- - name: tokenmonster/englishcode-32000-consistent-v1
433
- dtype: float64
434
- - name: token_counts
435
- struct:
436
- - name: CohereLabs/aya-expanse-8b
437
- dtype: int64
438
- - name: Qwen/Qwen3-8B
439
- dtype: int64
440
- - name: bigscience/bloom
441
- dtype: int64
442
- - name: common-pile/comma-v0.1-1t
443
- dtype: int64
444
- - name: facebook/xglm-564M
445
- dtype: int64
446
- - name: google-bert/bert-base-multilingual-cased
447
- dtype: int64
448
- - name: google/byt5-small
449
- dtype: int64
450
- - name: google/gemma-2-2b
451
- dtype: int64
452
- - name: gpt2
453
- dtype: int64
454
- - name: meta-llama/Llama-3.2-1B
455
- dtype: int64
456
- - name: microsoft/Phi-3-mini-4k-instruct
457
- dtype: int64
458
- - name: mistralai/tekken
459
- dtype: int64
460
- - name: tiktoken/gpt-4o
461
- dtype: int64
462
- - name: tokenmonster/englishcode-32000-consistent-v1
463
- dtype: int64
464
- splits:
465
- - name: test
466
- num_bytes: 4891
467
- num_examples: 9
468
- download_size: 30749
469
- dataset_size: 4891
470
- - config_name: tokenizer_robustness_completion_italian_code_language_script_switching
471
- features:
472
- - name: question
473
- dtype: string
474
- - name: choices
475
- list: string
476
- - name: answer
477
- dtype: int64
478
- - name: answer_label
479
- dtype: string
480
- - name: split
481
- dtype: string
482
- - name: subcategories
483
- dtype: string
484
- - name: category
485
- dtype: string
486
- - name: lang
487
- dtype: string
488
- - name: second_lang
489
- dtype: string
490
- - name: notes
491
- dtype: string
492
- - name: id
493
- dtype: string
494
- - name: set_id
495
- dtype: string
496
- - name: variation_id
497
- dtype: string
498
- - name: perturbed_word
499
- dtype: string
500
- - name: vanilla_cos_sim_to_canonical
501
- struct:
502
- - name: CohereLabs/aya-expanse-8b
503
- dtype: float64
504
- - name: Qwen/Qwen3-8B
505
- dtype: float64
506
- - name: bigscience/bloom
507
- dtype: float64
508
- - name: common-pile/comma-v0.1-1t
509
- dtype: float64
510
- - name: facebook/xglm-564M
511
- dtype: float64
512
- - name: google-bert/bert-base-multilingual-cased
513
- dtype: float64
514
- - name: google/byt5-small
515
- dtype: float64
516
- - name: google/gemma-2-2b
517
- dtype: float64
518
- - name: gpt2
519
- dtype: float64
520
- - name: meta-llama/Llama-3.2-1B
521
- dtype: float64
522
- - name: microsoft/Phi-3-mini-4k-instruct
523
- dtype: float64
524
- - name: mistralai/tekken
525
- dtype: float64
526
- - name: tiktoken/gpt-4o
527
- dtype: float64
528
- - name: tokenmonster/englishcode-32000-consistent-v1
529
- dtype: float64
530
- - name: trimmed_cos_sim_to_canonical
531
- struct:
532
- - name: CohereLabs/aya-expanse-8b
533
- dtype: float64
534
- - name: Qwen/Qwen3-8B
535
- dtype: float64
536
- - name: bigscience/bloom
537
- dtype: float64
538
- - name: common-pile/comma-v0.1-1t
539
- dtype: float64
540
- - name: facebook/xglm-564M
541
- dtype: float64
542
- - name: google-bert/bert-base-multilingual-cased
543
- dtype: float64
544
- - name: google/byt5-small
545
- dtype: float64
546
- - name: google/gemma-2-2b
547
- dtype: float64
548
- - name: gpt2
549
- dtype: float64
550
- - name: meta-llama/Llama-3.2-1B
551
- dtype: float64
552
- - name: microsoft/Phi-3-mini-4k-instruct
553
- dtype: float64
554
- - name: mistralai/tekken
555
- dtype: float64
556
- - name: tiktoken/gpt-4o
557
- dtype: float64
558
- - name: tokenmonster/englishcode-32000-consistent-v1
559
- dtype: float64
560
- - name: token_counts
561
- struct:
562
- - name: CohereLabs/aya-expanse-8b
563
- dtype: int64
564
- - name: Qwen/Qwen3-8B
565
- dtype: int64
566
- - name: bigscience/bloom
567
- dtype: int64
568
- - name: common-pile/comma-v0.1-1t
569
- dtype: int64
570
- - name: facebook/xglm-564M
571
- dtype: int64
572
- - name: google-bert/bert-base-multilingual-cased
573
- dtype: int64
574
- - name: google/byt5-small
575
- dtype: int64
576
- - name: google/gemma-2-2b
577
- dtype: int64
578
- - name: gpt2
579
- dtype: int64
580
- - name: meta-llama/Llama-3.2-1B
581
- dtype: int64
582
- - name: microsoft/Phi-3-mini-4k-instruct
583
- dtype: int64
584
- - name: mistralai/tekken
585
- dtype: int64
586
- - name: tiktoken/gpt-4o
587
- dtype: int64
588
- - name: tokenmonster/englishcode-32000-consistent-v1
589
- dtype: int64
590
- splits:
591
- - name: test
592
- num_bytes: 1763
593
- num_examples: 3
594
- download_size: 29114
595
- dataset_size: 1763
596
- - config_name: tokenizer_robustness_completion_italian_contractions
597
- features:
598
- - name: question
599
- dtype: string
600
- - name: choices
601
- list: string
602
- - name: answer
603
- dtype: int64
604
- - name: answer_label
605
- dtype: string
606
- - name: split
607
- dtype: string
608
- - name: subcategories
609
- dtype: string
610
- - name: category
611
- dtype: string
612
- - name: lang
613
- dtype: string
614
- - name: second_lang
615
- dtype: string
616
- - name: notes
617
- dtype: string
618
- - name: id
619
- dtype: string
620
- - name: set_id
621
- dtype: string
622
- - name: variation_id
623
- dtype: string
624
- - name: perturbed_word
625
- dtype: string
626
- - name: vanilla_cos_sim_to_canonical
627
- struct:
628
- - name: CohereLabs/aya-expanse-8b
629
- dtype: float64
630
- - name: Qwen/Qwen3-8B
631
- dtype: float64
632
- - name: bigscience/bloom
633
- dtype: float64
634
- - name: common-pile/comma-v0.1-1t
635
- dtype: float64
636
- - name: facebook/xglm-564M
637
- dtype: float64
638
- - name: google-bert/bert-base-multilingual-cased
639
- dtype: float64
640
- - name: google/byt5-small
641
- dtype: float64
642
- - name: google/gemma-2-2b
643
- dtype: float64
644
- - name: gpt2
645
- dtype: float64
646
- - name: meta-llama/Llama-3.2-1B
647
- dtype: float64
648
- - name: microsoft/Phi-3-mini-4k-instruct
649
- dtype: float64
650
- - name: mistralai/tekken
651
- dtype: float64
652
- - name: tiktoken/gpt-4o
653
- dtype: float64
654
- - name: tokenmonster/englishcode-32000-consistent-v1
655
- dtype: float64
656
- - name: trimmed_cos_sim_to_canonical
657
- struct:
658
- - name: CohereLabs/aya-expanse-8b
659
- dtype: float64
660
- - name: Qwen/Qwen3-8B
661
- dtype: float64
662
- - name: bigscience/bloom
663
- dtype: float64
664
- - name: common-pile/comma-v0.1-1t
665
- dtype: float64
666
- - name: facebook/xglm-564M
667
- dtype: float64
668
- - name: google-bert/bert-base-multilingual-cased
669
- dtype: float64
670
- - name: google/byt5-small
671
- dtype: float64
672
- - name: google/gemma-2-2b
673
- dtype: float64
674
- - name: gpt2
675
- dtype: float64
676
- - name: meta-llama/Llama-3.2-1B
677
- dtype: float64
678
- - name: microsoft/Phi-3-mini-4k-instruct
679
- dtype: float64
680
- - name: mistralai/tekken
681
- dtype: float64
682
- - name: tiktoken/gpt-4o
683
- dtype: float64
684
- - name: tokenmonster/englishcode-32000-consistent-v1
685
- dtype: float64
686
- - name: token_counts
687
- struct:
688
- - name: CohereLabs/aya-expanse-8b
689
- dtype: int64
690
- - name: Qwen/Qwen3-8B
691
- dtype: int64
692
- - name: bigscience/bloom
693
- dtype: int64
694
- - name: common-pile/comma-v0.1-1t
695
- dtype: int64
696
- - name: facebook/xglm-564M
697
- dtype: int64
698
- - name: google-bert/bert-base-multilingual-cased
699
- dtype: int64
700
- - name: google/byt5-small
701
- dtype: int64
702
- - name: google/gemma-2-2b
703
- dtype: int64
704
- - name: gpt2
705
- dtype: int64
706
- - name: meta-llama/Llama-3.2-1B
707
- dtype: int64
708
- - name: microsoft/Phi-3-mini-4k-instruct
709
- dtype: int64
710
- - name: mistralai/tekken
711
- dtype: int64
712
- - name: tiktoken/gpt-4o
713
- dtype: int64
714
- - name: tokenmonster/englishcode-32000-consistent-v1
715
- dtype: int64
716
- splits:
717
- - name: test
718
- num_bytes: 12086
719
- num_examples: 21
720
- download_size: 33865
721
- dataset_size: 12086
722
- - config_name: tokenizer_robustness_completion_italian_date_formats
723
- features:
724
- - name: question
725
- dtype: string
726
- - name: choices
727
- list: string
728
- - name: answer
729
- dtype: int64
730
- - name: answer_label
731
- dtype: string
732
- - name: split
733
- dtype: string
734
- - name: subcategories
735
- dtype: string
736
- - name: category
737
- dtype: string
738
- - name: lang
739
- dtype: string
740
- - name: second_lang
741
- dtype: string
742
- - name: notes
743
- dtype: string
744
- - name: id
745
- dtype: string
746
- - name: set_id
747
- dtype: string
748
- - name: variation_id
749
- dtype: string
750
- - name: perturbed_word
751
- dtype: string
752
- - name: vanilla_cos_sim_to_canonical
753
- struct:
754
- - name: CohereLabs/aya-expanse-8b
755
- dtype: float64
756
- - name: Qwen/Qwen3-8B
757
- dtype: float64
758
- - name: bigscience/bloom
759
- dtype: float64
760
- - name: common-pile/comma-v0.1-1t
761
- dtype: float64
762
- - name: facebook/xglm-564M
763
- dtype: float64
764
- - name: google-bert/bert-base-multilingual-cased
765
- dtype: float64
766
- - name: google/byt5-small
767
- dtype: float64
768
- - name: google/gemma-2-2b
769
- dtype: float64
770
- - name: gpt2
771
- dtype: float64
772
- - name: meta-llama/Llama-3.2-1B
773
- dtype: float64
774
- - name: microsoft/Phi-3-mini-4k-instruct
775
- dtype: float64
776
- - name: mistralai/tekken
777
- dtype: float64
778
- - name: tiktoken/gpt-4o
779
- dtype: float64
780
- - name: tokenmonster/englishcode-32000-consistent-v1
781
- dtype: float64
782
- - name: trimmed_cos_sim_to_canonical
783
- struct:
784
- - name: CohereLabs/aya-expanse-8b
785
- dtype: float64
786
- - name: Qwen/Qwen3-8B
787
- dtype: float64
788
- - name: bigscience/bloom
789
- dtype: float64
790
- - name: common-pile/comma-v0.1-1t
791
- dtype: float64
792
- - name: facebook/xglm-564M
793
- dtype: float64
794
- - name: google-bert/bert-base-multilingual-cased
795
- dtype: float64
796
- - name: google/byt5-small
797
- dtype: float64
798
- - name: google/gemma-2-2b
799
- dtype: float64
800
- - name: gpt2
801
- dtype: float64
802
- - name: meta-llama/Llama-3.2-1B
803
- dtype: float64
804
- - name: microsoft/Phi-3-mini-4k-instruct
805
- dtype: float64
806
- - name: mistralai/tekken
807
- dtype: float64
808
- - name: tiktoken/gpt-4o
809
- dtype: float64
810
- - name: tokenmonster/englishcode-32000-consistent-v1
811
- dtype: float64
812
- - name: token_counts
813
- struct:
814
- - name: CohereLabs/aya-expanse-8b
815
- dtype: int64
816
- - name: Qwen/Qwen3-8B
817
- dtype: int64
818
- - name: bigscience/bloom
819
- dtype: int64
820
- - name: common-pile/comma-v0.1-1t
821
- dtype: int64
822
- - name: facebook/xglm-564M
823
- dtype: int64
824
- - name: google-bert/bert-base-multilingual-cased
825
- dtype: int64
826
- - name: google/byt5-small
827
- dtype: int64
828
- - name: google/gemma-2-2b
829
- dtype: int64
830
- - name: gpt2
831
- dtype: int64
832
- - name: meta-llama/Llama-3.2-1B
833
- dtype: int64
834
- - name: microsoft/Phi-3-mini-4k-instruct
835
- dtype: int64
836
- - name: mistralai/tekken
837
- dtype: int64
838
- - name: tiktoken/gpt-4o
839
- dtype: int64
840
- - name: tokenmonster/englishcode-32000-consistent-v1
841
- dtype: int64
842
- splits:
843
- - name: test
844
- num_bytes: 3452
845
- num_examples: 6
846
- download_size: 29387
847
- dataset_size: 3452
848
- - config_name: tokenizer_robustness_completion_italian_dialects
849
- features:
850
- - name: question
851
- dtype: string
852
- - name: choices
853
- list: string
854
- - name: answer
855
- dtype: int64
856
- - name: answer_label
857
- dtype: string
858
- - name: split
859
- dtype: string
860
- - name: subcategories
861
- dtype: string
862
- - name: category
863
- dtype: string
864
- - name: lang
865
- dtype: string
866
- - name: second_lang
867
- dtype: string
868
- - name: notes
869
- dtype: string
870
- - name: id
871
- dtype: string
872
- - name: set_id
873
- dtype: string
874
- - name: variation_id
875
- dtype: string
876
- - name: perturbed_word
877
- dtype: string
878
- - name: vanilla_cos_sim_to_canonical
879
- struct:
880
- - name: CohereLabs/aya-expanse-8b
881
- dtype: float64
882
- - name: Qwen/Qwen3-8B
883
- dtype: float64
884
- - name: bigscience/bloom
885
- dtype: float64
886
- - name: common-pile/comma-v0.1-1t
887
- dtype: float64
888
- - name: facebook/xglm-564M
889
- dtype: float64
890
- - name: google-bert/bert-base-multilingual-cased
891
- dtype: float64
892
- - name: google/byt5-small
893
- dtype: float64
894
- - name: google/gemma-2-2b
895
- dtype: float64
896
- - name: gpt2
897
- dtype: float64
898
- - name: meta-llama/Llama-3.2-1B
899
- dtype: float64
900
- - name: microsoft/Phi-3-mini-4k-instruct
901
- dtype: float64
902
- - name: mistralai/tekken
903
- dtype: float64
904
- - name: tiktoken/gpt-4o
905
- dtype: float64
906
- - name: tokenmonster/englishcode-32000-consistent-v1
907
- dtype: float64
908
- - name: trimmed_cos_sim_to_canonical
909
- struct:
910
- - name: CohereLabs/aya-expanse-8b
911
- dtype: float64
912
- - name: Qwen/Qwen3-8B
913
- dtype: float64
914
- - name: bigscience/bloom
915
- dtype: float64
916
- - name: common-pile/comma-v0.1-1t
917
- dtype: float64
918
- - name: facebook/xglm-564M
919
- dtype: float64
920
- - name: google-bert/bert-base-multilingual-cased
921
- dtype: float64
922
- - name: google/byt5-small
923
- dtype: float64
924
- - name: google/gemma-2-2b
925
- dtype: float64
926
- - name: gpt2
927
- dtype: float64
928
- - name: meta-llama/Llama-3.2-1B
929
- dtype: float64
930
- - name: microsoft/Phi-3-mini-4k-instruct
931
- dtype: float64
932
- - name: mistralai/tekken
933
- dtype: float64
934
- - name: tiktoken/gpt-4o
935
- dtype: float64
936
- - name: tokenmonster/englishcode-32000-consistent-v1
937
- dtype: float64
938
- - name: token_counts
939
- struct:
940
- - name: CohereLabs/aya-expanse-8b
941
- dtype: int64
942
- - name: Qwen/Qwen3-8B
943
- dtype: int64
944
- - name: bigscience/bloom
945
- dtype: int64
946
- - name: common-pile/comma-v0.1-1t
947
- dtype: int64
948
- - name: facebook/xglm-564M
949
- dtype: int64
950
- - name: google-bert/bert-base-multilingual-cased
951
- dtype: int64
952
- - name: google/byt5-small
953
- dtype: int64
954
- - name: google/gemma-2-2b
955
- dtype: int64
956
- - name: gpt2
957
- dtype: int64
958
- - name: meta-llama/Llama-3.2-1B
959
- dtype: int64
960
- - name: microsoft/Phi-3-mini-4k-instruct
961
- dtype: int64
962
- - name: mistralai/tekken
963
- dtype: int64
964
- - name: tiktoken/gpt-4o
965
- dtype: int64
966
- - name: tokenmonster/englishcode-32000-consistent-v1
967
- dtype: int64
968
- splits:
969
- - name: test
970
- num_bytes: 16845
971
- num_examples: 31
972
- download_size: 35296
973
- dataset_size: 16845
974
- - config_name: tokenizer_robustness_completion_italian_english_keyboard
975
- features:
976
- - name: question
977
- dtype: string
978
- - name: choices
979
- list: string
980
- - name: answer
981
- dtype: int64
982
- - name: answer_label
983
- dtype: string
984
- - name: split
985
- dtype: string
986
- - name: subcategories
987
- dtype: string
988
- - name: category
989
- dtype: string
990
- - name: lang
991
- dtype: string
992
- - name: second_lang
993
- dtype: string
994
- - name: notes
995
- dtype: string
996
- - name: id
997
- dtype: string
998
- - name: set_id
999
- dtype: string
1000
- - name: variation_id
1001
- dtype: string
1002
- - name: perturbed_word
1003
- dtype: string
1004
- - name: vanilla_cos_sim_to_canonical
1005
- struct:
1006
- - name: CohereLabs/aya-expanse-8b
1007
- dtype: float64
1008
- - name: Qwen/Qwen3-8B
1009
- dtype: float64
1010
- - name: bigscience/bloom
1011
- dtype: float64
1012
- - name: common-pile/comma-v0.1-1t
1013
- dtype: float64
1014
- - name: facebook/xglm-564M
1015
- dtype: float64
1016
- - name: google-bert/bert-base-multilingual-cased
1017
- dtype: float64
1018
- - name: google/byt5-small
1019
- dtype: float64
1020
- - name: google/gemma-2-2b
1021
- dtype: float64
1022
- - name: gpt2
1023
- dtype: float64
1024
- - name: meta-llama/Llama-3.2-1B
1025
- dtype: float64
1026
- - name: microsoft/Phi-3-mini-4k-instruct
1027
- dtype: float64
1028
- - name: mistralai/tekken
1029
- dtype: float64
1030
- - name: tiktoken/gpt-4o
1031
- dtype: float64
1032
- - name: tokenmonster/englishcode-32000-consistent-v1
1033
- dtype: float64
1034
- - name: trimmed_cos_sim_to_canonical
1035
- struct:
1036
- - name: CohereLabs/aya-expanse-8b
1037
- dtype: float64
1038
- - name: Qwen/Qwen3-8B
1039
- dtype: float64
1040
- - name: bigscience/bloom
1041
- dtype: float64
1042
- - name: common-pile/comma-v0.1-1t
1043
- dtype: float64
1044
- - name: facebook/xglm-564M
1045
- dtype: float64
1046
- - name: google-bert/bert-base-multilingual-cased
1047
- dtype: float64
1048
- - name: google/byt5-small
1049
- dtype: float64
1050
- - name: google/gemma-2-2b
1051
- dtype: float64
1052
- - name: gpt2
1053
- dtype: float64
1054
- - name: meta-llama/Llama-3.2-1B
1055
- dtype: float64
1056
- - name: microsoft/Phi-3-mini-4k-instruct
1057
- dtype: float64
1058
- - name: mistralai/tekken
1059
- dtype: float64
1060
- - name: tiktoken/gpt-4o
1061
- dtype: float64
1062
- - name: tokenmonster/englishcode-32000-consistent-v1
1063
- dtype: float64
1064
- - name: token_counts
1065
- struct:
1066
- - name: CohereLabs/aya-expanse-8b
1067
- dtype: int64
1068
- - name: Qwen/Qwen3-8B
1069
- dtype: int64
1070
- - name: bigscience/bloom
1071
- dtype: int64
1072
- - name: common-pile/comma-v0.1-1t
1073
- dtype: int64
1074
- - name: facebook/xglm-564M
1075
- dtype: int64
1076
- - name: google-bert/bert-base-multilingual-cased
1077
- dtype: int64
1078
- - name: google/byt5-small
1079
- dtype: int64
1080
- - name: google/gemma-2-2b
1081
- dtype: int64
1082
- - name: gpt2
1083
- dtype: int64
1084
- - name: meta-llama/Llama-3.2-1B
1085
- dtype: int64
1086
- - name: microsoft/Phi-3-mini-4k-instruct
1087
- dtype: int64
1088
- - name: mistralai/tekken
1089
- dtype: int64
1090
- - name: tiktoken/gpt-4o
1091
- dtype: int64
1092
- - name: tokenmonster/englishcode-32000-consistent-v1
1093
- dtype: int64
1094
- splits:
1095
- - name: test
1096
- num_bytes: 36901
1097
- num_examples: 68
1098
- download_size: 41603
1099
- dataset_size: 36901
1100
- - config_name: tokenizer_robustness_completion_italian_equivalent_expressions
1101
- features:
1102
- - name: question
1103
- dtype: string
1104
- - name: choices
1105
- list: string
1106
- - name: answer
1107
- dtype: int64
1108
- - name: answer_label
1109
- dtype: string
1110
- - name: split
1111
- dtype: string
1112
- - name: subcategories
1113
- dtype: string
1114
- - name: category
1115
- dtype: string
1116
- - name: lang
1117
- dtype: string
1118
- - name: second_lang
1119
- dtype: string
1120
- - name: notes
1121
- dtype: string
1122
- - name: id
1123
- dtype: string
1124
- - name: set_id
1125
- dtype: string
1126
- - name: variation_id
1127
- dtype: string
1128
- - name: perturbed_word
1129
- dtype: string
1130
- - name: vanilla_cos_sim_to_canonical
1131
- struct:
1132
- - name: CohereLabs/aya-expanse-8b
1133
- dtype: float64
1134
- - name: Qwen/Qwen3-8B
1135
- dtype: float64
1136
- - name: bigscience/bloom
1137
- dtype: float64
1138
- - name: common-pile/comma-v0.1-1t
1139
- dtype: float64
1140
- - name: facebook/xglm-564M
1141
- dtype: float64
1142
- - name: google-bert/bert-base-multilingual-cased
1143
- dtype: float64
1144
- - name: google/byt5-small
1145
- dtype: float64
1146
- - name: google/gemma-2-2b
1147
- dtype: float64
1148
- - name: gpt2
1149
- dtype: float64
1150
- - name: meta-llama/Llama-3.2-1B
1151
- dtype: float64
1152
- - name: microsoft/Phi-3-mini-4k-instruct
1153
- dtype: float64
1154
- - name: mistralai/tekken
1155
- dtype: float64
1156
- - name: tiktoken/gpt-4o
1157
- dtype: float64
1158
- - name: tokenmonster/englishcode-32000-consistent-v1
1159
- dtype: float64
1160
- - name: trimmed_cos_sim_to_canonical
1161
- struct:
1162
- - name: CohereLabs/aya-expanse-8b
1163
- dtype: float64
1164
- - name: Qwen/Qwen3-8B
1165
- dtype: float64
1166
- - name: bigscience/bloom
1167
- dtype: float64
1168
- - name: common-pile/comma-v0.1-1t
1169
- dtype: float64
1170
- - name: facebook/xglm-564M
1171
- dtype: float64
1172
- - name: google-bert/bert-base-multilingual-cased
1173
- dtype: float64
1174
- - name: google/byt5-small
1175
- dtype: float64
1176
- - name: google/gemma-2-2b
1177
- dtype: float64
1178
- - name: gpt2
1179
- dtype: float64
1180
- - name: meta-llama/Llama-3.2-1B
1181
- dtype: float64
1182
- - name: microsoft/Phi-3-mini-4k-instruct
1183
- dtype: float64
1184
- - name: mistralai/tekken
1185
- dtype: float64
1186
- - name: tiktoken/gpt-4o
1187
- dtype: float64
1188
- - name: tokenmonster/englishcode-32000-consistent-v1
1189
- dtype: float64
1190
- - name: token_counts
1191
- struct:
1192
- - name: CohereLabs/aya-expanse-8b
1193
- dtype: int64
1194
- - name: Qwen/Qwen3-8B
1195
- dtype: int64
1196
- - name: bigscience/bloom
1197
- dtype: int64
1198
- - name: common-pile/comma-v0.1-1t
1199
- dtype: int64
1200
- - name: facebook/xglm-564M
1201
- dtype: int64
1202
- - name: google-bert/bert-base-multilingual-cased
1203
- dtype: int64
1204
- - name: google/byt5-small
1205
- dtype: int64
1206
- - name: google/gemma-2-2b
1207
- dtype: int64
1208
- - name: gpt2
1209
- dtype: int64
1210
- - name: meta-llama/Llama-3.2-1B
1211
- dtype: int64
1212
- - name: microsoft/Phi-3-mini-4k-instruct
1213
- dtype: int64
1214
- - name: mistralai/tekken
1215
- dtype: int64
1216
- - name: tiktoken/gpt-4o
1217
- dtype: int64
1218
- - name: tokenmonster/englishcode-32000-consistent-v1
1219
- dtype: int64
1220
- splits:
1221
- - name: test
1222
- num_bytes: 1692
1223
- num_examples: 3
1224
- download_size: 28979
1225
- dataset_size: 1692
1226
- - config_name: tokenizer_robustness_completion_italian_grammatical_errors
1227
- features:
1228
- - name: question
1229
- dtype: string
1230
- - name: choices
1231
- list: string
1232
- - name: answer
1233
- dtype: int64
1234
- - name: answer_label
1235
- dtype: string
1236
- - name: split
1237
- dtype: string
1238
- - name: subcategories
1239
- dtype: string
1240
- - name: category
1241
- dtype: string
1242
- - name: lang
1243
- dtype: string
1244
- - name: second_lang
1245
- dtype: string
1246
- - name: notes
1247
- dtype: string
1248
- - name: id
1249
- dtype: string
1250
- - name: set_id
1251
- dtype: string
1252
- - name: variation_id
1253
- dtype: string
1254
- - name: perturbed_word
1255
- dtype: string
1256
- - name: vanilla_cos_sim_to_canonical
1257
- struct:
1258
- - name: CohereLabs/aya-expanse-8b
1259
- dtype: float64
1260
- - name: Qwen/Qwen3-8B
1261
- dtype: float64
1262
- - name: bigscience/bloom
1263
- dtype: float64
1264
- - name: common-pile/comma-v0.1-1t
1265
- dtype: float64
1266
- - name: facebook/xglm-564M
1267
- dtype: float64
1268
- - name: google-bert/bert-base-multilingual-cased
1269
- dtype: float64
1270
- - name: google/byt5-small
1271
- dtype: float64
1272
- - name: google/gemma-2-2b
1273
- dtype: float64
1274
- - name: gpt2
1275
- dtype: float64
1276
- - name: meta-llama/Llama-3.2-1B
1277
- dtype: float64
1278
- - name: microsoft/Phi-3-mini-4k-instruct
1279
- dtype: float64
1280
- - name: mistralai/tekken
1281
- dtype: float64
1282
- - name: tiktoken/gpt-4o
1283
- dtype: float64
1284
- - name: tokenmonster/englishcode-32000-consistent-v1
1285
- dtype: float64
1286
- - name: trimmed_cos_sim_to_canonical
1287
- struct:
1288
- - name: CohereLabs/aya-expanse-8b
1289
- dtype: float64
1290
- - name: Qwen/Qwen3-8B
1291
- dtype: float64
1292
- - name: bigscience/bloom
1293
- dtype: float64
1294
- - name: common-pile/comma-v0.1-1t
1295
- dtype: float64
1296
- - name: facebook/xglm-564M
1297
- dtype: float64
1298
- - name: google-bert/bert-base-multilingual-cased
1299
- dtype: float64
1300
- - name: google/byt5-small
1301
- dtype: float64
1302
- - name: google/gemma-2-2b
1303
- dtype: float64
1304
- - name: gpt2
1305
- dtype: float64
1306
- - name: meta-llama/Llama-3.2-1B
1307
- dtype: float64
1308
- - name: microsoft/Phi-3-mini-4k-instruct
1309
- dtype: float64
1310
- - name: mistralai/tekken
1311
- dtype: float64
1312
- - name: tiktoken/gpt-4o
1313
- dtype: float64
1314
- - name: tokenmonster/englishcode-32000-consistent-v1
1315
- dtype: float64
1316
- - name: token_counts
1317
- struct:
1318
- - name: CohereLabs/aya-expanse-8b
1319
- dtype: int64
1320
- - name: Qwen/Qwen3-8B
1321
- dtype: int64
1322
- - name: bigscience/bloom
1323
- dtype: int64
1324
- - name: common-pile/comma-v0.1-1t
1325
- dtype: int64
1326
- - name: facebook/xglm-564M
1327
- dtype: int64
1328
- - name: google-bert/bert-base-multilingual-cased
1329
- dtype: int64
1330
- - name: google/byt5-small
1331
- dtype: int64
1332
- - name: google/gemma-2-2b
1333
- dtype: int64
1334
- - name: gpt2
1335
- dtype: int64
1336
- - name: meta-llama/Llama-3.2-1B
1337
- dtype: int64
1338
- - name: microsoft/Phi-3-mini-4k-instruct
1339
- dtype: int64
1340
- - name: mistralai/tekken
1341
- dtype: int64
1342
- - name: tiktoken/gpt-4o
1343
- dtype: int64
1344
- - name: tokenmonster/englishcode-32000-consistent-v1
1345
- dtype: int64
1346
- splits:
1347
- - name: test
1348
- num_bytes: 49702
1349
- num_examples: 86
1350
- download_size: 49167
1351
- dataset_size: 49702
1352
- - config_name: tokenizer_robustness_completion_italian_keyboard_proximity_errors
1353
- features:
1354
- - name: question
1355
- dtype: string
1356
- - name: choices
1357
- list: string
1358
- - name: answer
1359
- dtype: int64
1360
- - name: answer_label
1361
- dtype: string
1362
- - name: split
1363
- dtype: string
1364
- - name: subcategories
1365
- dtype: string
1366
- - name: category
1367
- dtype: string
1368
- - name: lang
1369
- dtype: string
1370
- - name: second_lang
1371
- dtype: string
1372
- - name: notes
1373
- dtype: string
1374
- - name: id
1375
- dtype: string
1376
- - name: set_id
1377
- dtype: string
1378
- - name: variation_id
1379
- dtype: string
1380
- - name: perturbed_word
1381
- dtype: string
1382
- - name: vanilla_cos_sim_to_canonical
1383
- struct:
1384
- - name: CohereLabs/aya-expanse-8b
1385
- dtype: float64
1386
- - name: Qwen/Qwen3-8B
1387
- dtype: float64
1388
- - name: bigscience/bloom
1389
- dtype: float64
1390
- - name: common-pile/comma-v0.1-1t
1391
- dtype: float64
1392
- - name: facebook/xglm-564M
1393
- dtype: float64
1394
- - name: google-bert/bert-base-multilingual-cased
1395
- dtype: float64
1396
- - name: google/byt5-small
1397
- dtype: float64
1398
- - name: google/gemma-2-2b
1399
- dtype: float64
1400
- - name: gpt2
1401
- dtype: float64
1402
- - name: meta-llama/Llama-3.2-1B
1403
- dtype: float64
1404
- - name: microsoft/Phi-3-mini-4k-instruct
1405
- dtype: float64
1406
- - name: mistralai/tekken
1407
- dtype: float64
1408
- - name: tiktoken/gpt-4o
1409
- dtype: float64
1410
- - name: tokenmonster/englishcode-32000-consistent-v1
1411
- dtype: float64
1412
- - name: trimmed_cos_sim_to_canonical
1413
- struct:
1414
- - name: CohereLabs/aya-expanse-8b
1415
- dtype: float64
1416
- - name: Qwen/Qwen3-8B
1417
- dtype: float64
1418
- - name: bigscience/bloom
1419
- dtype: float64
1420
- - name: common-pile/comma-v0.1-1t
1421
- dtype: float64
1422
- - name: facebook/xglm-564M
1423
- dtype: float64
1424
- - name: google-bert/bert-base-multilingual-cased
1425
- dtype: float64
1426
- - name: google/byt5-small
1427
- dtype: float64
1428
- - name: google/gemma-2-2b
1429
- dtype: float64
1430
- - name: gpt2
1431
- dtype: float64
1432
- - name: meta-llama/Llama-3.2-1B
1433
- dtype: float64
1434
- - name: microsoft/Phi-3-mini-4k-instruct
1435
- dtype: float64
1436
- - name: mistralai/tekken
1437
- dtype: float64
1438
- - name: tiktoken/gpt-4o
1439
- dtype: float64
1440
- - name: tokenmonster/englishcode-32000-consistent-v1
1441
- dtype: float64
1442
- - name: token_counts
1443
- struct:
1444
- - name: CohereLabs/aya-expanse-8b
1445
- dtype: int64
1446
- - name: Qwen/Qwen3-8B
1447
- dtype: int64
1448
- - name: bigscience/bloom
1449
- dtype: int64
1450
- - name: common-pile/comma-v0.1-1t
1451
- dtype: int64
1452
- - name: facebook/xglm-564M
1453
- dtype: int64
1454
- - name: google-bert/bert-base-multilingual-cased
1455
- dtype: int64
1456
- - name: google/byt5-small
1457
- dtype: int64
1458
- - name: google/gemma-2-2b
1459
- dtype: int64
1460
- - name: gpt2
1461
- dtype: int64
1462
- - name: meta-llama/Llama-3.2-1B
1463
- dtype: int64
1464
- - name: microsoft/Phi-3-mini-4k-instruct
1465
- dtype: int64
1466
- - name: mistralai/tekken
1467
- dtype: int64
1468
- - name: tiktoken/gpt-4o
1469
- dtype: int64
1470
- - name: tokenmonster/englishcode-32000-consistent-v1
1471
- dtype: int64
1472
- splits:
1473
- - name: test
1474
- num_bytes: 124868
1475
- num_examples: 231
1476
- download_size: 82245
1477
- dataset_size: 124868
1478
- - config_name: tokenizer_robustness_completion_italian_numerical_formats
1479
- features:
1480
- - name: question
1481
- dtype: string
1482
- - name: choices
1483
- list: string
1484
- - name: answer
1485
- dtype: int64
1486
- - name: answer_label
1487
- dtype: string
1488
- - name: split
1489
- dtype: string
1490
- - name: subcategories
1491
- dtype: string
1492
- - name: category
1493
- dtype: string
1494
- - name: lang
1495
- dtype: string
1496
- - name: second_lang
1497
- dtype: string
1498
- - name: notes
1499
- dtype: string
1500
- - name: id
1501
- dtype: string
1502
- - name: set_id
1503
- dtype: string
1504
- - name: variation_id
1505
- dtype: string
1506
- - name: perturbed_word
1507
- dtype: string
1508
- - name: vanilla_cos_sim_to_canonical
1509
- struct:
1510
- - name: CohereLabs/aya-expanse-8b
1511
- dtype: float64
1512
- - name: Qwen/Qwen3-8B
1513
- dtype: float64
1514
- - name: bigscience/bloom
1515
- dtype: float64
1516
- - name: common-pile/comma-v0.1-1t
1517
- dtype: float64
1518
- - name: facebook/xglm-564M
1519
- dtype: float64
1520
- - name: google-bert/bert-base-multilingual-cased
1521
- dtype: float64
1522
- - name: google/byt5-small
1523
- dtype: float64
1524
- - name: google/gemma-2-2b
1525
- dtype: float64
1526
- - name: gpt2
1527
- dtype: float64
1528
- - name: meta-llama/Llama-3.2-1B
1529
- dtype: float64
1530
- - name: microsoft/Phi-3-mini-4k-instruct
1531
- dtype: float64
1532
- - name: mistralai/tekken
1533
- dtype: float64
1534
- - name: tiktoken/gpt-4o
1535
- dtype: float64
1536
- - name: tokenmonster/englishcode-32000-consistent-v1
1537
- dtype: float64
1538
- - name: trimmed_cos_sim_to_canonical
1539
- struct:
1540
- - name: CohereLabs/aya-expanse-8b
1541
- dtype: float64
1542
- - name: Qwen/Qwen3-8B
1543
- dtype: float64
1544
- - name: bigscience/bloom
1545
- dtype: float64
1546
- - name: common-pile/comma-v0.1-1t
1547
- dtype: float64
1548
- - name: facebook/xglm-564M
1549
- dtype: float64
1550
- - name: google-bert/bert-base-multilingual-cased
1551
- dtype: float64
1552
- - name: google/byt5-small
1553
- dtype: float64
1554
- - name: google/gemma-2-2b
1555
- dtype: float64
1556
- - name: gpt2
1557
- dtype: float64
1558
- - name: meta-llama/Llama-3.2-1B
1559
- dtype: float64
1560
- - name: microsoft/Phi-3-mini-4k-instruct
1561
- dtype: float64
1562
- - name: mistralai/tekken
1563
- dtype: float64
1564
- - name: tiktoken/gpt-4o
1565
- dtype: float64
1566
- - name: tokenmonster/englishcode-32000-consistent-v1
1567
- dtype: float64
1568
- - name: token_counts
1569
- struct:
1570
- - name: CohereLabs/aya-expanse-8b
1571
- dtype: int64
1572
- - name: Qwen/Qwen3-8B
1573
- dtype: int64
1574
- - name: bigscience/bloom
1575
- dtype: int64
1576
- - name: common-pile/comma-v0.1-1t
1577
- dtype: int64
1578
- - name: facebook/xglm-564M
1579
- dtype: int64
1580
- - name: google-bert/bert-base-multilingual-cased
1581
- dtype: int64
1582
- - name: google/byt5-small
1583
- dtype: int64
1584
- - name: google/gemma-2-2b
1585
- dtype: int64
1586
- - name: gpt2
1587
- dtype: int64
1588
- - name: meta-llama/Llama-3.2-1B
1589
- dtype: int64
1590
- - name: microsoft/Phi-3-mini-4k-instruct
1591
- dtype: int64
1592
- - name: mistralai/tekken
1593
- dtype: int64
1594
- - name: tiktoken/gpt-4o
1595
- dtype: int64
1596
- - name: tokenmonster/englishcode-32000-consistent-v1
1597
- dtype: int64
1598
- splits:
1599
- - name: test
1600
- num_bytes: 5005
1601
- num_examples: 8
1602
- download_size: 29965
1603
- dataset_size: 5005
1604
- - config_name: tokenizer_robustness_completion_italian_orthographic_errors
1605
- features:
1606
- - name: question
1607
- dtype: string
1608
- - name: choices
1609
- list: string
1610
- - name: answer
1611
- dtype: int64
1612
- - name: answer_label
1613
- dtype: string
1614
- - name: split
1615
- dtype: string
1616
- - name: subcategories
1617
- dtype: string
1618
- - name: category
1619
- dtype: string
1620
- - name: lang
1621
- dtype: string
1622
- - name: second_lang
1623
- dtype: string
1624
- - name: notes
1625
- dtype: string
1626
- - name: id
1627
- dtype: string
1628
- - name: set_id
1629
- dtype: string
1630
- - name: variation_id
1631
- dtype: string
1632
- - name: perturbed_word
1633
- dtype: string
1634
- - name: vanilla_cos_sim_to_canonical
1635
- struct:
1636
- - name: CohereLabs/aya-expanse-8b
1637
- dtype: float64
1638
- - name: Qwen/Qwen3-8B
1639
- dtype: float64
1640
- - name: bigscience/bloom
1641
- dtype: float64
1642
- - name: common-pile/comma-v0.1-1t
1643
- dtype: float64
1644
- - name: facebook/xglm-564M
1645
- dtype: float64
1646
- - name: google-bert/bert-base-multilingual-cased
1647
- dtype: float64
1648
- - name: google/byt5-small
1649
- dtype: float64
1650
- - name: google/gemma-2-2b
1651
- dtype: float64
1652
- - name: gpt2
1653
- dtype: float64
1654
- - name: meta-llama/Llama-3.2-1B
1655
- dtype: float64
1656
- - name: microsoft/Phi-3-mini-4k-instruct
1657
- dtype: float64
1658
- - name: mistralai/tekken
1659
- dtype: float64
1660
- - name: tiktoken/gpt-4o
1661
- dtype: float64
1662
- - name: tokenmonster/englishcode-32000-consistent-v1
1663
- dtype: float64
1664
- - name: trimmed_cos_sim_to_canonical
1665
- struct:
1666
- - name: CohereLabs/aya-expanse-8b
1667
- dtype: float64
1668
- - name: Qwen/Qwen3-8B
1669
- dtype: float64
1670
- - name: bigscience/bloom
1671
- dtype: float64
1672
- - name: common-pile/comma-v0.1-1t
1673
- dtype: float64
1674
- - name: facebook/xglm-564M
1675
- dtype: float64
1676
- - name: google-bert/bert-base-multilingual-cased
1677
- dtype: float64
1678
- - name: google/byt5-small
1679
- dtype: float64
1680
- - name: google/gemma-2-2b
1681
- dtype: float64
1682
- - name: gpt2
1683
- dtype: float64
1684
- - name: meta-llama/Llama-3.2-1B
1685
- dtype: float64
1686
- - name: microsoft/Phi-3-mini-4k-instruct
1687
- dtype: float64
1688
- - name: mistralai/tekken
1689
- dtype: float64
1690
- - name: tiktoken/gpt-4o
1691
- dtype: float64
1692
- - name: tokenmonster/englishcode-32000-consistent-v1
1693
- dtype: float64
1694
- - name: token_counts
1695
- struct:
1696
- - name: CohereLabs/aya-expanse-8b
1697
- dtype: int64
1698
- - name: Qwen/Qwen3-8B
1699
- dtype: int64
1700
- - name: bigscience/bloom
1701
- dtype: int64
1702
- - name: common-pile/comma-v0.1-1t
1703
- dtype: int64
1704
- - name: facebook/xglm-564M
1705
- dtype: int64
1706
- - name: google-bert/bert-base-multilingual-cased
1707
- dtype: int64
1708
- - name: google/byt5-small
1709
- dtype: int64
1710
- - name: google/gemma-2-2b
1711
- dtype: int64
1712
- - name: gpt2
1713
- dtype: int64
1714
- - name: meta-llama/Llama-3.2-1B
1715
- dtype: int64
1716
- - name: microsoft/Phi-3-mini-4k-instruct
1717
- dtype: int64
1718
- - name: mistralai/tekken
1719
- dtype: int64
1720
- - name: tiktoken/gpt-4o
1721
- dtype: int64
1722
- - name: tokenmonster/englishcode-32000-consistent-v1
1723
- dtype: int64
1724
- splits:
1725
- - name: test
1726
- num_bytes: 54975
1727
- num_examples: 92
1728
- download_size: 52558
1729
- dataset_size: 54975
1730
- - config_name: tokenizer_robustness_completion_italian_phonetic_spelling
1731
- features:
1732
- - name: question
1733
- dtype: string
1734
- - name: choices
1735
- list: string
1736
- - name: answer
1737
- dtype: int64
1738
- - name: answer_label
1739
- dtype: string
1740
- - name: split
1741
- dtype: string
1742
- - name: subcategories
1743
- dtype: string
1744
- - name: category
1745
- dtype: string
1746
- - name: lang
1747
- dtype: string
1748
- - name: second_lang
1749
- dtype: string
1750
- - name: notes
1751
- dtype: string
1752
- - name: id
1753
- dtype: string
1754
- - name: set_id
1755
- dtype: string
1756
- - name: variation_id
1757
- dtype: string
1758
- - name: perturbed_word
1759
- dtype: string
1760
- - name: vanilla_cos_sim_to_canonical
1761
- struct:
1762
- - name: CohereLabs/aya-expanse-8b
1763
- dtype: float64
1764
- - name: Qwen/Qwen3-8B
1765
- dtype: float64
1766
- - name: bigscience/bloom
1767
- dtype: float64
1768
- - name: common-pile/comma-v0.1-1t
1769
- dtype: float64
1770
- - name: facebook/xglm-564M
1771
- dtype: float64
1772
- - name: google-bert/bert-base-multilingual-cased
1773
- dtype: float64
1774
- - name: google/byt5-small
1775
- dtype: float64
1776
- - name: google/gemma-2-2b
1777
- dtype: float64
1778
- - name: gpt2
1779
- dtype: float64
1780
- - name: meta-llama/Llama-3.2-1B
1781
- dtype: float64
1782
- - name: microsoft/Phi-3-mini-4k-instruct
1783
- dtype: float64
1784
- - name: mistralai/tekken
1785
- dtype: float64
1786
- - name: tiktoken/gpt-4o
1787
- dtype: float64
1788
- - name: tokenmonster/englishcode-32000-consistent-v1
1789
- dtype: float64
1790
- - name: trimmed_cos_sim_to_canonical
1791
- struct:
1792
- - name: CohereLabs/aya-expanse-8b
1793
- dtype: float64
1794
- - name: Qwen/Qwen3-8B
1795
- dtype: float64
1796
- - name: bigscience/bloom
1797
- dtype: float64
1798
- - name: common-pile/comma-v0.1-1t
1799
- dtype: float64
1800
- - name: facebook/xglm-564M
1801
- dtype: float64
1802
- - name: google-bert/bert-base-multilingual-cased
1803
- dtype: float64
1804
- - name: google/byt5-small
1805
- dtype: float64
1806
- - name: google/gemma-2-2b
1807
- dtype: float64
1808
- - name: gpt2
1809
- dtype: float64
1810
- - name: meta-llama/Llama-3.2-1B
1811
- dtype: float64
1812
- - name: microsoft/Phi-3-mini-4k-instruct
1813
- dtype: float64
1814
- - name: mistralai/tekken
1815
- dtype: float64
1816
- - name: tiktoken/gpt-4o
1817
- dtype: float64
1818
- - name: tokenmonster/englishcode-32000-consistent-v1
1819
- dtype: float64
1820
- - name: token_counts
1821
- struct:
1822
- - name: CohereLabs/aya-expanse-8b
1823
- dtype: int64
1824
- - name: Qwen/Qwen3-8B
1825
- dtype: int64
1826
- - name: bigscience/bloom
1827
- dtype: int64
1828
- - name: common-pile/comma-v0.1-1t
1829
- dtype: int64
1830
- - name: facebook/xglm-564M
1831
- dtype: int64
1832
- - name: google-bert/bert-base-multilingual-cased
1833
- dtype: int64
1834
- - name: google/byt5-small
1835
- dtype: int64
1836
- - name: google/gemma-2-2b
1837
- dtype: int64
1838
- - name: gpt2
1839
- dtype: int64
1840
- - name: meta-llama/Llama-3.2-1B
1841
- dtype: int64
1842
- - name: microsoft/Phi-3-mini-4k-instruct
1843
- dtype: int64
1844
- - name: mistralai/tekken
1845
- dtype: int64
1846
- - name: tiktoken/gpt-4o
1847
- dtype: int64
1848
- - name: tokenmonster/englishcode-32000-consistent-v1
1849
- dtype: int64
1850
- splits:
1851
- - name: test
1852
- num_bytes: 24151
1853
- num_examples: 43
1854
- download_size: 39935
1855
- dataset_size: 24151
1856
- - config_name: tokenizer_robustness_completion_italian_plausible_diacritics_errors
1857
- features:
1858
- - name: question
1859
- dtype: string
1860
- - name: choices
1861
- list: string
1862
- - name: answer
1863
- dtype: int64
1864
- - name: answer_label
1865
- dtype: string
1866
- - name: split
1867
- dtype: string
1868
- - name: subcategories
1869
- dtype: string
1870
- - name: category
1871
- dtype: string
1872
- - name: lang
1873
- dtype: string
1874
- - name: second_lang
1875
- dtype: string
1876
- - name: notes
1877
- dtype: string
1878
- - name: id
1879
- dtype: string
1880
- - name: set_id
1881
- dtype: string
1882
- - name: variation_id
1883
- dtype: string
1884
- - name: perturbed_word
1885
- dtype: string
1886
- - name: vanilla_cos_sim_to_canonical
1887
- struct:
1888
- - name: CohereLabs/aya-expanse-8b
1889
- dtype: float64
1890
- - name: Qwen/Qwen3-8B
1891
- dtype: float64
1892
- - name: bigscience/bloom
1893
- dtype: float64
1894
- - name: common-pile/comma-v0.1-1t
1895
- dtype: float64
1896
- - name: facebook/xglm-564M
1897
- dtype: float64
1898
- - name: google-bert/bert-base-multilingual-cased
1899
- dtype: float64
1900
- - name: google/byt5-small
1901
- dtype: float64
1902
- - name: google/gemma-2-2b
1903
- dtype: float64
1904
- - name: gpt2
1905
- dtype: float64
1906
- - name: meta-llama/Llama-3.2-1B
1907
- dtype: float64
1908
- - name: microsoft/Phi-3-mini-4k-instruct
1909
- dtype: float64
1910
- - name: mistralai/tekken
1911
- dtype: float64
1912
- - name: tiktoken/gpt-4o
1913
- dtype: float64
1914
- - name: tokenmonster/englishcode-32000-consistent-v1
1915
- dtype: float64
1916
- - name: trimmed_cos_sim_to_canonical
1917
- struct:
1918
- - name: CohereLabs/aya-expanse-8b
1919
- dtype: float64
1920
- - name: Qwen/Qwen3-8B
1921
- dtype: float64
1922
- - name: bigscience/bloom
1923
- dtype: float64
1924
- - name: common-pile/comma-v0.1-1t
1925
- dtype: float64
1926
- - name: facebook/xglm-564M
1927
- dtype: float64
1928
- - name: google-bert/bert-base-multilingual-cased
1929
- dtype: float64
1930
- - name: google/byt5-small
1931
- dtype: float64
1932
- - name: google/gemma-2-2b
1933
- dtype: float64
1934
- - name: gpt2
1935
- dtype: float64
1936
- - name: meta-llama/Llama-3.2-1B
1937
- dtype: float64
1938
- - name: microsoft/Phi-3-mini-4k-instruct
1939
- dtype: float64
1940
- - name: mistralai/tekken
1941
- dtype: float64
1942
- - name: tiktoken/gpt-4o
1943
- dtype: float64
1944
- - name: tokenmonster/englishcode-32000-consistent-v1
1945
- dtype: float64
1946
- - name: token_counts
1947
- struct:
1948
- - name: CohereLabs/aya-expanse-8b
1949
- dtype: int64
1950
- - name: Qwen/Qwen3-8B
1951
- dtype: int64
1952
- - name: bigscience/bloom
1953
- dtype: int64
1954
- - name: common-pile/comma-v0.1-1t
1955
- dtype: int64
1956
- - name: facebook/xglm-564M
1957
- dtype: int64
1958
- - name: google-bert/bert-base-multilingual-cased
1959
- dtype: int64
1960
- - name: google/byt5-small
1961
- dtype: int64
1962
- - name: google/gemma-2-2b
1963
- dtype: int64
1964
- - name: gpt2
1965
- dtype: int64
1966
- - name: meta-llama/Llama-3.2-1B
1967
- dtype: int64
1968
- - name: microsoft/Phi-3-mini-4k-instruct
1969
- dtype: int64
1970
- - name: mistralai/tekken
1971
- dtype: int64
1972
- - name: tiktoken/gpt-4o
1973
- dtype: int64
1974
- - name: tokenmonster/englishcode-32000-consistent-v1
1975
- dtype: int64
1976
- splits:
1977
- - name: test
1978
- num_bytes: 9256
1979
- num_examples: 17
1980
- download_size: 32229
1981
- dataset_size: 9256
1982
- - config_name: tokenizer_robustness_completion_italian_similar_words
1983
- features:
1984
- - name: question
1985
- dtype: string
1986
- - name: choices
1987
- list: string
1988
- - name: answer
1989
- dtype: int64
1990
- - name: answer_label
1991
- dtype: string
1992
- - name: split
1993
- dtype: string
1994
- - name: subcategories
1995
- dtype: string
1996
- - name: category
1997
- dtype: string
1998
- - name: lang
1999
- dtype: string
2000
- - name: second_lang
2001
- dtype: string
2002
- - name: notes
2003
- dtype: string
2004
- - name: id
2005
- dtype: string
2006
- - name: set_id
2007
- dtype: string
2008
- - name: variation_id
2009
- dtype: string
2010
- - name: perturbed_word
2011
- dtype: string
2012
- - name: vanilla_cos_sim_to_canonical
2013
- struct:
2014
- - name: CohereLabs/aya-expanse-8b
2015
- dtype: float64
2016
- - name: Qwen/Qwen3-8B
2017
- dtype: float64
2018
- - name: bigscience/bloom
2019
- dtype: float64
2020
- - name: common-pile/comma-v0.1-1t
2021
- dtype: float64
2022
- - name: facebook/xglm-564M
2023
- dtype: float64
2024
- - name: google-bert/bert-base-multilingual-cased
2025
- dtype: float64
2026
- - name: google/byt5-small
2027
- dtype: float64
2028
- - name: google/gemma-2-2b
2029
- dtype: float64
2030
- - name: gpt2
2031
- dtype: float64
2032
- - name: meta-llama/Llama-3.2-1B
2033
- dtype: float64
2034
- - name: microsoft/Phi-3-mini-4k-instruct
2035
- dtype: float64
2036
- - name: mistralai/tekken
2037
- dtype: float64
2038
- - name: tiktoken/gpt-4o
2039
- dtype: float64
2040
- - name: tokenmonster/englishcode-32000-consistent-v1
2041
- dtype: float64
2042
- - name: trimmed_cos_sim_to_canonical
2043
- struct:
2044
- - name: CohereLabs/aya-expanse-8b
2045
- dtype: float64
2046
- - name: Qwen/Qwen3-8B
2047
- dtype: float64
2048
- - name: bigscience/bloom
2049
- dtype: float64
2050
- - name: common-pile/comma-v0.1-1t
2051
- dtype: float64
2052
- - name: facebook/xglm-564M
2053
- dtype: float64
2054
- - name: google-bert/bert-base-multilingual-cased
2055
- dtype: float64
2056
- - name: google/byt5-small
2057
- dtype: float64
2058
- - name: google/gemma-2-2b
2059
- dtype: float64
2060
- - name: gpt2
2061
- dtype: float64
2062
- - name: meta-llama/Llama-3.2-1B
2063
- dtype: float64
2064
- - name: microsoft/Phi-3-mini-4k-instruct
2065
- dtype: float64
2066
- - name: mistralai/tekken
2067
- dtype: float64
2068
- - name: tiktoken/gpt-4o
2069
- dtype: float64
2070
- - name: tokenmonster/englishcode-32000-consistent-v1
2071
- dtype: float64
2072
- - name: token_counts
2073
- struct:
2074
- - name: CohereLabs/aya-expanse-8b
2075
- dtype: int64
2076
- - name: Qwen/Qwen3-8B
2077
- dtype: int64
2078
- - name: bigscience/bloom
2079
- dtype: int64
2080
- - name: common-pile/comma-v0.1-1t
2081
- dtype: int64
2082
- - name: facebook/xglm-564M
2083
- dtype: int64
2084
- - name: google-bert/bert-base-multilingual-cased
2085
- dtype: int64
2086
- - name: google/byt5-small
2087
- dtype: int64
2088
- - name: google/gemma-2-2b
2089
- dtype: int64
2090
- - name: gpt2
2091
- dtype: int64
2092
- - name: meta-llama/Llama-3.2-1B
2093
- dtype: int64
2094
- - name: microsoft/Phi-3-mini-4k-instruct
2095
- dtype: int64
2096
- - name: mistralai/tekken
2097
- dtype: int64
2098
- - name: tiktoken/gpt-4o
2099
- dtype: int64
2100
- - name: tokenmonster/englishcode-32000-consistent-v1
2101
- dtype: int64
2102
- splits:
2103
- - name: test
2104
- num_bytes: 6752
2105
- num_examples: 12
2106
- download_size: 31779
2107
- dataset_size: 6752
2108
- - config_name: tokenizer_robustness_completion_italian_spelled_out
2109
- features:
2110
- - name: question
2111
- dtype: string
2112
- - name: choices
2113
- list: string
2114
- - name: answer
2115
- dtype: int64
2116
- - name: answer_label
2117
- dtype: string
2118
- - name: split
2119
- dtype: string
2120
- - name: subcategories
2121
- dtype: string
2122
- - name: category
2123
- dtype: string
2124
- - name: lang
2125
- dtype: string
2126
- - name: second_lang
2127
- dtype: string
2128
- - name: notes
2129
- dtype: string
2130
- - name: id
2131
- dtype: string
2132
- - name: set_id
2133
- dtype: string
2134
- - name: variation_id
2135
- dtype: string
2136
- - name: perturbed_word
2137
- dtype: string
2138
- - name: vanilla_cos_sim_to_canonical
2139
- struct:
2140
- - name: CohereLabs/aya-expanse-8b
2141
- dtype: float64
2142
- - name: Qwen/Qwen3-8B
2143
- dtype: float64
2144
- - name: bigscience/bloom
2145
- dtype: float64
2146
- - name: common-pile/comma-v0.1-1t
2147
- dtype: float64
2148
- - name: facebook/xglm-564M
2149
- dtype: float64
2150
- - name: google-bert/bert-base-multilingual-cased
2151
- dtype: float64
2152
- - name: google/byt5-small
2153
- dtype: float64
2154
- - name: google/gemma-2-2b
2155
- dtype: float64
2156
- - name: gpt2
2157
- dtype: float64
2158
- - name: meta-llama/Llama-3.2-1B
2159
- dtype: float64
2160
- - name: microsoft/Phi-3-mini-4k-instruct
2161
- dtype: float64
2162
- - name: mistralai/tekken
2163
- dtype: float64
2164
- - name: tiktoken/gpt-4o
2165
- dtype: float64
2166
- - name: tokenmonster/englishcode-32000-consistent-v1
2167
- dtype: float64
2168
- - name: trimmed_cos_sim_to_canonical
2169
- struct:
2170
- - name: CohereLabs/aya-expanse-8b
2171
- dtype: float64
2172
- - name: Qwen/Qwen3-8B
2173
- dtype: float64
2174
- - name: bigscience/bloom
2175
- dtype: float64
2176
- - name: common-pile/comma-v0.1-1t
2177
- dtype: float64
2178
- - name: facebook/xglm-564M
2179
- dtype: float64
2180
- - name: google-bert/bert-base-multilingual-cased
2181
- dtype: float64
2182
- - name: google/byt5-small
2183
- dtype: float64
2184
- - name: google/gemma-2-2b
2185
- dtype: float64
2186
- - name: gpt2
2187
- dtype: float64
2188
- - name: meta-llama/Llama-3.2-1B
2189
- dtype: float64
2190
- - name: microsoft/Phi-3-mini-4k-instruct
2191
- dtype: float64
2192
- - name: mistralai/tekken
2193
- dtype: float64
2194
- - name: tiktoken/gpt-4o
2195
- dtype: float64
2196
- - name: tokenmonster/englishcode-32000-consistent-v1
2197
- dtype: float64
2198
- - name: token_counts
2199
- struct:
2200
- - name: CohereLabs/aya-expanse-8b
2201
- dtype: int64
2202
- - name: Qwen/Qwen3-8B
2203
- dtype: int64
2204
- - name: bigscience/bloom
2205
- dtype: int64
2206
- - name: common-pile/comma-v0.1-1t
2207
- dtype: int64
2208
- - name: facebook/xglm-564M
2209
- dtype: int64
2210
- - name: google-bert/bert-base-multilingual-cased
2211
- dtype: int64
2212
- - name: google/byt5-small
2213
- dtype: int64
2214
- - name: google/gemma-2-2b
2215
- dtype: int64
2216
- - name: gpt2
2217
- dtype: int64
2218
- - name: meta-llama/Llama-3.2-1B
2219
- dtype: int64
2220
- - name: microsoft/Phi-3-mini-4k-instruct
2221
- dtype: int64
2222
- - name: mistralai/tekken
2223
- dtype: int64
2224
- - name: tiktoken/gpt-4o
2225
- dtype: int64
2226
- - name: tokenmonster/englishcode-32000-consistent-v1
2227
- dtype: int64
2228
- splits:
2229
- - name: test
2230
- num_bytes: 19546
2231
- num_examples: 36
2232
- download_size: 35031
2233
- dataset_size: 19546
2234
- - config_name: tokenizer_robustness_completion_italian_typographical_errors
2235
- features:
2236
- - name: question
2237
- dtype: string
2238
- - name: choices
2239
- list: string
2240
- - name: answer
2241
- dtype: int64
2242
- - name: answer_label
2243
- dtype: string
2244
- - name: split
2245
- dtype: string
2246
- - name: subcategories
2247
- dtype: string
2248
- - name: category
2249
- dtype: string
2250
- - name: lang
2251
- dtype: string
2252
- - name: second_lang
2253
- dtype: string
2254
- - name: notes
2255
- dtype: string
2256
- - name: id
2257
- dtype: string
2258
- - name: set_id
2259
- dtype: string
2260
- - name: variation_id
2261
- dtype: string
2262
- - name: perturbed_word
2263
- dtype: string
2264
- - name: vanilla_cos_sim_to_canonical
2265
- struct:
2266
- - name: CohereLabs/aya-expanse-8b
2267
- dtype: float64
2268
- - name: Qwen/Qwen3-8B
2269
- dtype: float64
2270
- - name: bigscience/bloom
2271
- dtype: float64
2272
- - name: common-pile/comma-v0.1-1t
2273
- dtype: float64
2274
- - name: facebook/xglm-564M
2275
- dtype: float64
2276
- - name: google-bert/bert-base-multilingual-cased
2277
- dtype: float64
2278
- - name: google/byt5-small
2279
- dtype: float64
2280
- - name: google/gemma-2-2b
2281
- dtype: float64
2282
- - name: gpt2
2283
- dtype: float64
2284
- - name: meta-llama/Llama-3.2-1B
2285
- dtype: float64
2286
- - name: microsoft/Phi-3-mini-4k-instruct
2287
- dtype: float64
2288
- - name: mistralai/tekken
2289
- dtype: float64
2290
- - name: tiktoken/gpt-4o
2291
- dtype: float64
2292
- - name: tokenmonster/englishcode-32000-consistent-v1
2293
- dtype: float64
2294
- - name: trimmed_cos_sim_to_canonical
2295
- struct:
2296
- - name: CohereLabs/aya-expanse-8b
2297
- dtype: float64
2298
- - name: Qwen/Qwen3-8B
2299
- dtype: float64
2300
- - name: bigscience/bloom
2301
- dtype: float64
2302
- - name: common-pile/comma-v0.1-1t
2303
- dtype: float64
2304
- - name: facebook/xglm-564M
2305
- dtype: float64
2306
- - name: google-bert/bert-base-multilingual-cased
2307
- dtype: float64
2308
- - name: google/byt5-small
2309
- dtype: float64
2310
- - name: google/gemma-2-2b
2311
- dtype: float64
2312
- - name: gpt2
2313
- dtype: float64
2314
- - name: meta-llama/Llama-3.2-1B
2315
- dtype: float64
2316
- - name: microsoft/Phi-3-mini-4k-instruct
2317
- dtype: float64
2318
- - name: mistralai/tekken
2319
- dtype: float64
2320
- - name: tiktoken/gpt-4o
2321
- dtype: float64
2322
- - name: tokenmonster/englishcode-32000-consistent-v1
2323
- dtype: float64
2324
- - name: token_counts
2325
- struct:
2326
- - name: CohereLabs/aya-expanse-8b
2327
- dtype: int64
2328
- - name: Qwen/Qwen3-8B
2329
- dtype: int64
2330
- - name: bigscience/bloom
2331
- dtype: int64
2332
- - name: common-pile/comma-v0.1-1t
2333
- dtype: int64
2334
- - name: facebook/xglm-564M
2335
- dtype: int64
2336
- - name: google-bert/bert-base-multilingual-cased
2337
- dtype: int64
2338
- - name: google/byt5-small
2339
- dtype: int64
2340
- - name: google/gemma-2-2b
2341
- dtype: int64
2342
- - name: gpt2
2343
- dtype: int64
2344
- - name: meta-llama/Llama-3.2-1B
2345
- dtype: int64
2346
- - name: microsoft/Phi-3-mini-4k-instruct
2347
- dtype: int64
2348
- - name: mistralai/tekken
2349
- dtype: int64
2350
- - name: tiktoken/gpt-4o
2351
- dtype: int64
2352
- - name: tokenmonster/englishcode-32000-consistent-v1
2353
- dtype: int64
2354
- splits:
2355
- - name: test
2356
- num_bytes: 157879
2357
- num_examples: 280
2358
- download_size: 88299
2359
- dataset_size: 157879
2360
- - config_name: tokenizer_robustness_completion_italian_web_search_query
2361
- features:
2362
- - name: question
2363
- dtype: string
2364
- - name: choices
2365
- list: string
2366
- - name: answer
2367
- dtype: int64
2368
- - name: answer_label
2369
- dtype: string
2370
- - name: split
2371
- dtype: string
2372
- - name: subcategories
2373
- dtype: string
2374
- - name: category
2375
- dtype: string
2376
- - name: lang
2377
- dtype: string
2378
- - name: second_lang
2379
- dtype: string
2380
- - name: notes
2381
- dtype: string
2382
- - name: id
2383
- dtype: string
2384
- - name: set_id
2385
- dtype: string
2386
- - name: variation_id
2387
- dtype: string
2388
- - name: perturbed_word
2389
- dtype: string
2390
- - name: vanilla_cos_sim_to_canonical
2391
- struct:
2392
- - name: CohereLabs/aya-expanse-8b
2393
- dtype: float64
2394
- - name: Qwen/Qwen3-8B
2395
- dtype: float64
2396
- - name: bigscience/bloom
2397
- dtype: float64
2398
- - name: common-pile/comma-v0.1-1t
2399
- dtype: float64
2400
- - name: facebook/xglm-564M
2401
- dtype: float64
2402
- - name: google-bert/bert-base-multilingual-cased
2403
- dtype: float64
2404
- - name: google/byt5-small
2405
- dtype: float64
2406
- - name: google/gemma-2-2b
2407
- dtype: float64
2408
- - name: gpt2
2409
- dtype: float64
2410
- - name: meta-llama/Llama-3.2-1B
2411
- dtype: float64
2412
- - name: microsoft/Phi-3-mini-4k-instruct
2413
- dtype: float64
2414
- - name: mistralai/tekken
2415
- dtype: float64
2416
- - name: tiktoken/gpt-4o
2417
- dtype: float64
2418
- - name: tokenmonster/englishcode-32000-consistent-v1
2419
- dtype: float64
2420
- - name: trimmed_cos_sim_to_canonical
2421
- struct:
2422
- - name: CohereLabs/aya-expanse-8b
2423
- dtype: float64
2424
- - name: Qwen/Qwen3-8B
2425
- dtype: float64
2426
- - name: bigscience/bloom
2427
- dtype: float64
2428
- - name: common-pile/comma-v0.1-1t
2429
- dtype: float64
2430
- - name: facebook/xglm-564M
2431
- dtype: float64
2432
- - name: google-bert/bert-base-multilingual-cased
2433
- dtype: float64
2434
- - name: google/byt5-small
2435
- dtype: float64
2436
- - name: google/gemma-2-2b
2437
- dtype: float64
2438
- - name: gpt2
2439
- dtype: float64
2440
- - name: meta-llama/Llama-3.2-1B
2441
- dtype: float64
2442
- - name: microsoft/Phi-3-mini-4k-instruct
2443
- dtype: float64
2444
- - name: mistralai/tekken
2445
- dtype: float64
2446
- - name: tiktoken/gpt-4o
2447
- dtype: float64
2448
- - name: tokenmonster/englishcode-32000-consistent-v1
2449
- dtype: float64
2450
- - name: token_counts
2451
- struct:
2452
- - name: CohereLabs/aya-expanse-8b
2453
- dtype: int64
2454
- - name: Qwen/Qwen3-8B
2455
- dtype: int64
2456
- - name: bigscience/bloom
2457
- dtype: int64
2458
- - name: common-pile/comma-v0.1-1t
2459
- dtype: int64
2460
- - name: facebook/xglm-564M
2461
- dtype: int64
2462
- - name: google-bert/bert-base-multilingual-cased
2463
- dtype: int64
2464
- - name: google/byt5-small
2465
- dtype: int64
2466
- - name: google/gemma-2-2b
2467
- dtype: int64
2468
- - name: gpt2
2469
- dtype: int64
2470
- - name: meta-llama/Llama-3.2-1B
2471
- dtype: int64
2472
- - name: microsoft/Phi-3-mini-4k-instruct
2473
- dtype: int64
2474
- - name: mistralai/tekken
2475
- dtype: int64
2476
- - name: tiktoken/gpt-4o
2477
- dtype: int64
2478
- - name: tokenmonster/englishcode-32000-consistent-v1
2479
- dtype: int64
2480
- splits:
2481
- - name: test
2482
- num_bytes: 20426
2483
- num_examples: 40
2484
- download_size: 38907
2485
- dataset_size: 20426
2486
- - config_name: tokenizer_robustness_completion_italian_word_reordering
2487
- features:
2488
- - name: question
2489
- dtype: string
2490
- - name: choices
2491
- list: string
2492
- - name: answer
2493
- dtype: int64
2494
- - name: answer_label
2495
- dtype: string
2496
- - name: split
2497
- dtype: string
2498
- - name: subcategories
2499
- dtype: string
2500
- - name: category
2501
- dtype: string
2502
- - name: lang
2503
- dtype: string
2504
- - name: second_lang
2505
- dtype: string
2506
- - name: notes
2507
- dtype: string
2508
- - name: id
2509
- dtype: string
2510
- - name: set_id
2511
- dtype: string
2512
- - name: variation_id
2513
- dtype: string
2514
- - name: perturbed_word
2515
- dtype: string
2516
- - name: vanilla_cos_sim_to_canonical
2517
- struct:
2518
- - name: CohereLabs/aya-expanse-8b
2519
- dtype: float64
2520
- - name: Qwen/Qwen3-8B
2521
- dtype: float64
2522
- - name: bigscience/bloom
2523
- dtype: float64
2524
- - name: common-pile/comma-v0.1-1t
2525
- dtype: float64
2526
- - name: facebook/xglm-564M
2527
- dtype: float64
2528
- - name: google-bert/bert-base-multilingual-cased
2529
- dtype: float64
2530
- - name: google/byt5-small
2531
- dtype: float64
2532
- - name: google/gemma-2-2b
2533
- dtype: float64
2534
- - name: gpt2
2535
- dtype: float64
2536
- - name: meta-llama/Llama-3.2-1B
2537
- dtype: float64
2538
- - name: microsoft/Phi-3-mini-4k-instruct
2539
- dtype: float64
2540
- - name: mistralai/tekken
2541
- dtype: float64
2542
- - name: tiktoken/gpt-4o
2543
- dtype: float64
2544
- - name: tokenmonster/englishcode-32000-consistent-v1
2545
- dtype: float64
2546
- - name: trimmed_cos_sim_to_canonical
2547
- struct:
2548
- - name: CohereLabs/aya-expanse-8b
2549
- dtype: float64
2550
- - name: Qwen/Qwen3-8B
2551
- dtype: float64
2552
- - name: bigscience/bloom
2553
- dtype: float64
2554
- - name: common-pile/comma-v0.1-1t
2555
- dtype: float64
2556
- - name: facebook/xglm-564M
2557
- dtype: float64
2558
- - name: google-bert/bert-base-multilingual-cased
2559
- dtype: float64
2560
- - name: google/byt5-small
2561
- dtype: float64
2562
- - name: google/gemma-2-2b
2563
- dtype: float64
2564
- - name: gpt2
2565
- dtype: float64
2566
- - name: meta-llama/Llama-3.2-1B
2567
- dtype: float64
2568
- - name: microsoft/Phi-3-mini-4k-instruct
2569
- dtype: float64
2570
- - name: mistralai/tekken
2571
- dtype: float64
2572
- - name: tiktoken/gpt-4o
2573
- dtype: float64
2574
- - name: tokenmonster/englishcode-32000-consistent-v1
2575
- dtype: float64
2576
- - name: token_counts
2577
- struct:
2578
- - name: CohereLabs/aya-expanse-8b
2579
- dtype: int64
2580
- - name: Qwen/Qwen3-8B
2581
- dtype: int64
2582
- - name: bigscience/bloom
2583
- dtype: int64
2584
- - name: common-pile/comma-v0.1-1t
2585
- dtype: int64
2586
- - name: facebook/xglm-564M
2587
- dtype: int64
2588
- - name: google-bert/bert-base-multilingual-cased
2589
- dtype: int64
2590
- - name: google/byt5-small
2591
- dtype: int64
2592
- - name: google/gemma-2-2b
2593
- dtype: int64
2594
- - name: gpt2
2595
- dtype: int64
2596
- - name: meta-llama/Llama-3.2-1B
2597
- dtype: int64
2598
- - name: microsoft/Phi-3-mini-4k-instruct
2599
- dtype: int64
2600
- - name: mistralai/tekken
2601
- dtype: int64
2602
- - name: tiktoken/gpt-4o
2603
- dtype: int64
2604
- - name: tokenmonster/englishcode-32000-consistent-v1
2605
- dtype: int64
2606
- splits:
2607
- - name: test
2608
- num_bytes: 527
2609
- num_examples: 1
2610
- download_size: 27939
2611
- dataset_size: 527
2612
  ---
2613
 
2614
  # Dataset Card for Tokenization Robustness
 
7
  tags:
8
  - multilingual
9
  - tokenization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # Dataset Card for Tokenization Robustness