{ "add_bos_token": false, "add_prefix_space": false, "added_tokens_decoder": { "50256": { "content": "<|endoftext|>", "lstrip": false, "normalized": true, "rstrip": false, "single_word": false, "special": true }, "50257": { "content": "<|STOP|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50258": { "content": "<|PAD|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50259": { "content": "<|BEGIN_QUERY|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50260": { "content": "<|BEGIN_ANALYSIS|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50261": { "content": "<|END_ANALYSIS|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50262": { "content": "<|BEGIN_RESPONSE|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50263": { "content": "<|END_RESPONSE|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50264": { "content": "<|BEGIN_SENTIMENT|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50265": { "content": "<|END_SENTIMENT|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50266": { "content": "<|BEGIN_CLASSIFICATION|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "50267": { "content": "<|END_CLASSIFICATION|>", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true } }, "additional_special_tokens": [ "<|BEGIN_QUERY|>", "<|BEGIN_QUERY|>", "<|BEGIN_ANALYSIS|>", "<|END_ANALYSIS|>", "<|BEGIN_RESPONSE|>", "<|END_RESPONSE|>", "<|BEGIN_SENTIMENT|>", "<|END_SENTIMENT|>", "<|BEGIN_CLASSIFICATION|>", "<|END_CLASSIFICATION|>" ], "bos_token": "<|STOP|>", "chat_template": "{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}", "clean_up_tokenization_spaces": true, "eos_token": "<|STOP|>", "errors": "replace", "max_length": 512, "model_max_length": 1024, "pad_to_multiple_of": null, "pad_token": "<|PAD|>", "pad_token_type_id": 0, "padding_side": "right", "stride": 0, "tokenizer_class": "GPT2Tokenizer", "truncation_side": "right", "truncation_strategy": "longest_first", "unk_token": "<|endoftext|>" }