ZamAI-Mistral-7B-Pashto / tokenizer.json
tasal9's picture
Upload model weights for ZamAI-Mistral-7B-Pashto
0db6470 verified
raw
history blame
550 Bytes
{
"add_bos_token": true,
"add_eos_token": false,
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 32768,
"padding_side": "right",
"tokenizer_class": "LlamaTokenizer",
"special_tokens_map": {
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}
}