vicuna-7b / tokenizer_config.json
Tribbiani
upload vicuna-7b
5521d4c
{
"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": 1000000000000000019884624838656,
"pad_token": null,
"special_tokens_map_file": "/home/jzhanggr/.cache/huggingface/hub/models--lmsys--vicuna-7b-delta-v0/snapshots/142d4e179e45304c430e5bf2cf5f9816f1c2be7a/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}