v6-Finch-7B-HF / tokenizer_config.json
m8than's picture
all
d621032
raw
history blame
No virus
234 Bytes
{
"name_or_path": "rwkv-6-tokenizer",
"add_prefix_space": false,
"tokenizer_class": "Rwkv6Tokenizer",
"use_fast": false,
"auto_map": {
"AutoTokenizer": [
"hf_rwkv_tokenizer.Rwkv6Tokenizer",
null
]
}
}