Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
Libraries:
Datasets
tokenizers-test-data / tokenizer.json
ArthurZ's picture
ArthurZ HF Staff
Add all tokenizers test artifacts
dda6825 verified
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "</s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": "<mask>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "Sequence",
"normalizers": [
{
"type": "Strip",
"strip_left": true,
"strip_right": true
},
{
"type": "NFC"
}
]
},
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": true,
"use_regex": true
},
"post_processor": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true
},
"decoder": {
"type": "ByteLevel"
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"ignore_merges": false,
"vocab": {
"<s>": 0,
"<pad>": 1,
"</s>": 2,
"<unk>": 3,
"<mask>": 4,
"!": 5,
"\"": 6,
"#": 7,
"'": 8,
"(": 9,
")": 10,
"*": 11,
",": 12,
"-": 13,
".": 14,
"0": 15,
"1": 16,
"2": 17,
"5": 18,
"6": 19,
"7": 20,
"8": 21,
"9": 22,
":": 23,
";": 24,
"?": 25,
"A": 26,
"B": 27,
"C": 28,
"D": 29,
"E": 30,
"F": 31,
"G": 32,
"H": 33,
"I": 34,
"J": 35,
"K": 36,
"L": 37,
"M": 38,
"N": 39,
"O": 40,
"P": 41,
"R": 42,
"S": 43,
"T": 44,
"U": 45,
"V": 46,
"W": 47,
"X": 48,
"Y": 49,
"[": 50,
"]": 51,
"a": 52,
"b": 53,
"c": 54,
"d": 55,
"e": 56,
"f": 57,
"g": 58,
"h": 59,
"i": 60,
"j": 61,
"k": 62,
"l": 63,
"m": 64,
"n": 65,
"o": 66,
"p": 67,
"q": 68,
"r": 69,
"s": 70,
"t": 71,
"u": 72,
"v": 73,
"w": 74,
"x": 75,
"y": 76,
"z": 77,
"ĉ": 78,
"Ġ": 79,
"Ġt": 80,
"Ġa": 81,
"he": 82,
"in": 83,
"Ġo": 84,
"Ġh": 85,
"Ġs": 86,
"er": 87,
"Ġw": 88,
"en": 89,
"Ġthe": 90,
"re": 91,
"nd": 92,
"is": 93,
"ed": 94,
"Ġm": 95,
"Ġof": 96,
"ou": 97,
"on": 98,
"it": 99
},
"merges": [
[
"Ġ",
"t"
],
[
"Ġ",
"a"
],
[
"h",
"e"
],
[
"i",
"n"
],
[
"Ġ",
"o"
],
[
"Ġ",
"h"
],
[
"Ġ",
"s"
],
[
"e",
"r"
],
[
"Ġ",
"w"
],
[
"e",
"n"
],
[
"Ġt",
"he"
],
[
"r",
"e"
],
[
"n",
"d"
],
[
"i",
"s"
],
[
"e",
"d"
],
[
"Ġ",
"m"
],
[
"Ġo",
"f"
],
[
"o",
"u"
],
[
"o",
"n"
],
[
"i",
"t"
]
]
}
}