llm_13b_v0 / tokenizer_config.json
openlamm's picture
Upload 6 files
5884766
raw
history blame
No virus
856 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": 1000000000000000019884624838656,
"pad_token": null,
"special_tokens_map_file": "/mnt/petrelfs/wangjiong/unified_benchmark/pretrain/huggingface/models--lmsys--vicuna-13b-delta-v0/snapshots/ee15cbb009f897bb4dfece15532da87d4fc65805/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}