CodeLlama-7b-hf-neuron-8xlarge / special_tokens_map.json
jburtoft's picture
e7e59d91a60511d115c92d254b7aad54d1a6e8fb2782d94882ad39c60fb141e9
6e8ff96
raw history blame
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
}
}