Mistral-Large-Instruct-2407-GPTQ-3bit / special_tokens_map.json
MLDataScientist's picture
Upload GPTQ 3-bit quantized Mistral-Large-Instruct-2407
a84e6a4 verified
raw
history blame contribute delete
414 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}