llama2_7b_COT_DEPLOYMENT_SFT_safety / special_tokens_map.json
“Sara
adding model files
a46dadc
{
"additional_special_tokens": [
"[INST]",
"[/INST]",
"<<SYS>>",
"<</SYS>>",
"<scratchpad>",
"</scratchpad>",
"<headline>",
"</headline>"
],
"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
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}