CodeLlama-7b-hf-neuron-24xlarge / special_tokens_map.json
jburtoft's picture
050b59dfd5222d4461356f80838c91dc64f400b8fc6b0c0d2490f92512d15f1f
9b1c8b9
raw
history blame
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
}
}