dogbooth / tokenizer /special_tokens_map.json
haarchri's picture
End of training
fba2814
raw
history blame contribute delete
121 Bytes
{
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "!",
"unk_token": "<|endoftext|>"
}