calculator_model_test / tokenizer.json
ciebson's picture
Training in progress, step 3500
103cec8 verified
raw
history blame
4.63 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "[EOS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "[CLS]",
"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
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Whitespace"
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "[EOS]",
"type_id": 0
}
}
],
"pair": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"[EOS]": {
"id": "[EOS]",
"ids": [
0
],
"tokens": [
"[EOS]"
]
}
}
},
"decoder": null,
"model": {
"type": "BPE",
"dropout": null,
"unk_token": "[UNK]",
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"vocab": {
"[EOS]": 0,
"[UNK]": 1,
"[CLS]": 2,
"[PAD]": 3,
"+": 4,
"0": 5,
"1": 6,
"2": 7,
"3": 8,
"4": 9,
"5": 10,
"6": 11,
"7": 12,
"8": 13,
"9": 14,
"46": 15,
"23": 16,
"32": 17,
"59": 18,
"63": 19,
"18": 20,
"12": 21,
"44": 22,
"72": 23,
"91": 24,
"95": 25,
"27": 26,
"48": 27,
"57": 28,
"61": 29,
"85": 30,
"20": 31,
"37": 32,
"58": 33,
"86": 34,
"87": 35,
"14": 36,
"28": 37,
"71": 38,
"81": 39,
"89": 40,
"98": 41,
"24": 42,
"31": 43,
"93": 44,
"94": 45,
"97": 46,
"33": 47,
"36": 48,
"50": 49,
"78": 50,
"83": 51,
"84": 52,
"10": 53,
"16": 54,
"35": 55,
"39": 56,
"53": 57,
"80": 58,
"19": 59,
"29": 60,
"38": 61,
"47": 62,
"54": 63,
"66": 64,
"74": 65,
"11": 66,
"34": 67,
"96": 68,
"22": 69,
"56": 70,
"73": 71,
"75": 72,
"77": 73,
"21": 74,
"41": 75,
"65": 76,
"67": 77,
"68": 78,
"45": 79,
"43": 80,
"92": 81,
"13": 82,
"26": 83,
"62": 84,
"60": 85,
"64": 86,
"88": 87,
"15": 88,
"17": 89,
"40": 90,
"49": 91,
"52": 92,
"79": 93,
"25": 94,
"55": 95,
"99": 96,
"30": 97,
"90": 98,
"82": 99,
"51": 100,
"69": 101,
"42": 102,
"76": 103,
"70": 104
},
"merges": [
"4 6",
"2 3",
"3 2",
"5 9",
"6 3",
"1 8",
"1 2",
"4 4",
"7 2",
"9 1",
"9 5",
"2 7",
"4 8",
"5 7",
"6 1",
"8 5",
"2 0",
"3 7",
"5 8",
"8 6",
"8 7",
"1 4",
"2 8",
"7 1",
"8 1",
"8 9",
"9 8",
"2 4",
"3 1",
"9 3",
"9 4",
"9 7",
"3 3",
"3 6",
"5 0",
"7 8",
"8 3",
"8 4",
"1 0",
"1 6",
"3 5",
"3 9",
"5 3",
"8 0",
"1 9",
"2 9",
"3 8",
"4 7",
"5 4",
"6 6",
"7 4",
"1 1",
"3 4",
"9 6",
"2 2",
"5 6",
"7 3",
"7 5",
"7 7",
"2 1",
"4 1",
"6 5",
"6 7",
"6 8",
"4 5",
"4 3",
"9 2",
"1 3",
"2 6",
"6 2",
"6 0",
"6 4",
"8 8",
"1 5",
"1 7",
"4 0",
"4 9",
"5 2",
"7 9",
"2 5",
"5 5",
"9 9",
"3 0",
"9 0",
"8 2",
"5 1",
"6 9",
"4 2",
"7 6",
"7 0"
]
}
}