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