stoic-generator-distil-gpt2 / tokenizer_config.json
eliwill's picture
Training in progress epoch 0
2b7b0b4
raw
history blame
261 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"name_or_path": "distilgpt2",
"special_tokens_map_file": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}