GPT2-xl-GOTfinetuned / tokenizer_config.json
huangtuoyue's picture
Upload tokenizer
4c783e9
raw
history blame contribute delete
301 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"max_length": 512,
"model_max_length": 1024,
"name_or_path": "gpt2-xl",
"special_tokens_map_file": null,
"tokenizer_class": "GPT2Tokenizer",
"truncation": true,
"unk_token": "<|endoftext|>"
}