ct2fast-open-llama-7b-open-instruct / special_tokens_map.json
michaelfeil's picture
Upload VMware/open-llama-7b-open-instruct ctranslate fp16 weights
9fbacf4
raw
history blame contribute delete
No virus
435 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
},
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}