LingweiMeng's picture
Update tokenizer_config.json
2e62b71 verified
raw
history blame contribute delete
374 Bytes
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"model_max_length": 1024,
"no_timestamps": true,
"pad_token": "<|endoftext|>",
"return_attention_mask": false,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}