rwkv6-7B-finch / tokenizer_config.json
yzhangcs's picture
Upload RWKV6ForCausalLM
44f743b verified
raw
history blame contribute delete
No virus
554 Bytes
{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_rwkv5.Rwkv5Tokenizer",
null
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "<s>",
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "Rwkv5Tokenizer",
"unk_token": "<s>",
"use_fast": false
}