llama-13b-hf-prompt-answering / special_tokens_map.json
Sandiago21's picture
add fine-tuned model trained on multilingual conversations based on decapoda-research/llama-13b-hf model
f8de50b
raw
history blame contribute delete
No virus
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
}
}