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