model-a / tokenizer_config.json
JinNakamura's picture
Super-squash branch 'main' using huggingface_hub
6dc2fb3
Raw
History Blame Contribute Delete
384 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": true,
"local_files_only": true,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"padding_side": "right",
"split_special_tokens": false,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}