calculator_model_test / tokenizer.json
AaRaBiNoZa's picture
End of training
5dde924 verified
{
"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,
"-": 5,
"0": 6,
"1": 7,
"2": 8,
"3": 9,
"4": 10,
"5": 11,
"6": 12,
"7": 13,
"8": 14,
"9": 15,
"10": 16,
"99": 17,
"98": 18,
"11": 19,
"97": 20,
"12": 21,
"96": 22,
"13": 23,
"14": 24,
"95": 25,
"94": 26,
"15": 27,
"93": 28,
"16": 29,
"92": 30,
"17": 31,
"18": 32,
"91": 33
},
"merges": [
"1 0",
"9 9",
"9 8",
"1 1",
"9 7",
"1 2",
"9 6",
"1 3",
"1 4",
"9 5",
"9 4",
"1 5",
"9 3",
"1 6",
"9 2",
"1 7",
"1 8",
"9 1"
]
}
}