CodeLlama-13b-Instruct-hf-4bit / special_tokens_map.json
ipetrukha's picture
24aa9539f4578660af53481a3a7dc1a9cce47cac4675e660529ce8dc38dc4f8d
da7540a verified
raw
history blame
515 Bytes
{
"additional_special_tokens": [
"▁<PRE>",
"▁<MID>",
"▁<SUF>",
"▁<EOT>"
],
"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
}
}