huggyllama-llama-7b-HQQ-4bit-smashed / special_tokens_map.json
sharpenb's picture
Upload folder using huggingface_hub (#1)
aeac0f2 verified
raw
history blame contribute delete
No virus
411 Bytes
{
"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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}