healthinsurance_textgen1 / tokenizer_config.json
vraman54's picture
Upload tokenizer
4977dae verified
raw
history blame contribute delete
554 Bytes
{
"add_prefix_space": false,
"added_tokens_decoder": {
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 512,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"padding": "max_length",
"tokenizer_class": "GPT2Tokenizer",
"truncation": "max_length",
"unk_token": "<|endoftext|>"
}