LLaVA-Meta-Llama-3-8B-Instruct / special_tokens_map.json
mmaaz60's picture
Upload folder using huggingface_hub
ec0ac65 verified
raw
history blame contribute delete
No virus
439 Bytes
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}