VDrontGPT50m-Base / tokenizer_config.json
MishaGGG's picture
Upload 8 files
a073c80 verified
Raw
History Blame Contribute Delete
608 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": false,
"eos_token": "<|endoftext|>",
"max_length": 64,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"stride": 0,
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}