Files
Llama-3-8B-chat/special_tokens_map.json

18 lines
335 B
JSON
Raw Permalink Normal View History

2024-04-19 23:08:10 +08:00
{
"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": "<|end_of_text|>"
}