llm-book-models / chapter05 /sft_model /special_tokens_map.json
Fubukii's picture
Upload chapter05/sft_model/special_tokens_map.json with huggingface_hub
672537f verified
raw
history blame contribute delete
131 Bytes
{
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}