PlatYi-34B-Llama-Q-v2 / tokenizer_config.json
kyujinpy's picture
Upload 4 files
2e66ad2
raw
history blame
1.04 kB
{
"add_bos_token": false,
"add_eos_token": false,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"auto_map": {
"AutoTokenizer": [
"chargoddard/Yi-34B-Llama--tokenization_yi.YiTokenizer",
null
]
},
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 4096,
"pad_token": "<unk>",
"sp_model_kwargs": {},
"tokenizer_class": "YiTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}