tokenz / tokenizer_config.json
Scientist-Lucy's picture
Upload 7 files
7dac5fe verified
raw
history blame contribute delete
No virus
244 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 128000,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}