llama-7b-hf-prompt-answering / special_tokens_map.json
Sandiago21's picture
commit fine-tuned tokenizer model on conversations based on decapoda-research/llama-7b-hf model
1bb8a9d
raw
history blame contribute delete
423 Bytes
{
"bos_token": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<unk>",
"unk_token": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}