valley-13b-pretrain / tokenizer_config.json
luoruipu
upload pretrain
b6b80d7
raw
history blame contribute delete
850 Bytes
{
"bos_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": false,
"eos_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 2048,
"pad_token": null,
"padding_side": "right",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--CarperAI--stable-vicuna-13b-delta/snapshots/c8bb23fc9a25b9dc59edf94a8ba922c8f6b75b1f/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"use_fast": false
}