chat-GPT2 / tokenizer_config.json
Arjun-G-Ravi's picture
Upload 9 files
e1184ae
raw
history blame contribute delete
No virus
262 Bytes
{
"add_prefix_space": false,
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"pad_token": "<|pad|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}