gpt2-EmoWOZ-SimpleToD / tokenizer_config.json
armandnlp's picture
Update tokenizer_config.json
cd7c6f7
raw
history blame contribute delete
290 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"special_tokens_map_file": "special_tokens_map.json",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}