eli5_fine_tuned_DistilGPT2 / tokenizer_config.json
chaimango's picture
Upload tokenizer
4edbe24 verified
raw
history blame contribute delete
No virus
272 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"name_or_path": "distilbert/distilgpt2",
"special_tokens_map_file": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}