Mistral-7B-v0.1-zett-gpt2 / tokenizer_config.json
benjamin's picture
add tokenizer
54c1a8c
raw
history blame contribute delete
No virus
417 Bytes
{
"add_prefix_space": false,
"added_tokens_decoder": {
"50393": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 1024,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<unk>"
}