educational-program-llm / special_tokens_map.json
Fralet's picture
Upload London Historical LLM (60K+ steps, improved training)
36f6376 verified
raw
history blame contribute delete
149 Bytes
{
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"mask_token": "<|mask|>",
"pad_token": "<|pad|>",
"unk_token": "<|unk|>"
}