| { | |
| "add_bos_token": true, | |
| "add_eos_token": false, | |
| "model_max_length": 512, | |
| "pad_token": "<PAD>", | |
| "bos_token": "<BOS>", | |
| "eos_token": "<EOS>", | |
| "unk_token": "<UNK>", | |
| "chat_template": "{{ messages | to_chat_template }}" | |
| } |
| { | |
| "add_bos_token": true, | |
| "add_eos_token": false, | |
| "model_max_length": 512, | |
| "pad_token": "<PAD>", | |
| "bos_token": "<BOS>", | |
| "eos_token": "<EOS>", | |
| "unk_token": "<UNK>", | |
| "chat_template": "{{ messages | to_chat_template }}" | |
| } |