my-chair / tokenizer /special_tokens_map.json
hosnasn's picture
Upload folder using huggingface_hub
f731c64
raw
history blame contribute delete
214 Bytes
{
"additional_special_tokens": [
"<|startoftext|>",
"<|endoftext|>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}