rwkv-5-utf / tokenizer_config.json
ArthurZ's picture
ArthurZ HF staff
Upload tokenizer
8be6a7b verified
raw
history blame
435 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "<s>",
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "Rwkv5Tokenizer",
"unk_token": "<s>"
}