standard-GPT2 / tokenizer_config.json
jiachenjiang's picture
Upload tokenizer
9a2e4fc verified
raw
history blame contribute delete
No virus
265 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 512,
"pad_token": "<|endoftext|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}