Xfgs / tokenizer.json
Ignaciohhhhggfgjfrffd's picture
Model save
c5df0bb verified
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<s>",
"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": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 88,
"content": "<|im_start|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 89,
"content": "<|im_end|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 90,
"content": "<|system|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 91,
"content": "<|user|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 92,
"content": "<|assistant|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 93,
"content": "<|tool|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 94,
"content": "<|assistant_reasoning|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 95,
"content": "<|assistant_reasoning_end|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "Sequence",
"normalizers": [
{
"type": "Prepend",
"prepend": "▁"
},
{
"type": "Replace",
"pattern": {
"String": " "
},
"content": "▁"
}
]
},
"pre_tokenizer": null,
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<s>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
}
],
"pair": [
{
"SpecialToken": {
"id": "<s>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<s>",
"type_id": 1
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"<s>": {
"id": "<s>",
"ids": [
1
],
"tokens": [
"<s>"
]
}
}
},
"decoder": {
"type": "Sequence",
"decoders": [
{
"type": "Replace",
"pattern": {
"String": "▁"
},
"content": " "
},
{
"type": "ByteFallback"
},
{
"type": "Fuse"
},
{
"type": "Strip",
"content": " ",
"start": 1,
"stop": 0
}
]
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": "<unk>",
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": true,
"byte_fallback": true,
"ignore_merges": false,
"vocab": {
"<unk>": 0,
"<s>": 1,
"</s>": 2,
"<pad>": 3,
"st": 4,
"en": 5,
"▁": 6,
"a": 7,
"i": 8,
"e": 9,
"t": 10,
"s": 11,
"n": 12,
"r": 13,
"l": 14,
"o": 15,
"u": 16,
"m": 17,
"k": 18,
"d": 19,
"|": 20,
"p": 21,
"v": 22,
"g": 23,
".": 24,
"=": 25,
"[": 26,
"]": 27,
"1": 28,
"_": 29,
"h": 30,
"0": 31,
"j": 32,
"2": 33,
"-": 34,
"/": 35,
"3": 36,
"q": 37,
"'": 38,
"c": 39,
"4": 40,
":": 41,
"<": 42,
">": 43,
"K": 44,
"5": 45,
"w": 46,
"V": 47,
"f": 48,
"b": 49,
"6": 50,
"7": 51,
"9": 52,
"E": 53,
",": 54,
"%": 55,
"T": 56,
"8": 57,
"#": 58,
"S": 59,
"C": 60,
"M": 61,
"P": 62,
"A": 63,
"B": 64,
"\"": 65,
"}": 66,
"x": 67,
")": 68,
"{": 69,
"(": 70,
"R": 71,
"*": 72,
"H": 73,
"F": 74,
"Z": 75,
"y": 76,
"G": 77,
"N": 78,
"I": 79,
"J": 80,
"Q": 81,
"L": 82,
"\\": 83,
"O": 84,
";": 85,
"D": 86,
"Y": 87
},
"merges": [
[
"s",
"t"
],
[
"e",
"n"
]
]
}
}