BioMed-VITAL-models / tokenizer_config.json
mao1207's picture
Upload folder using huggingface_hub
e4f0d82 verified
raw
history blame contribute delete
No virus
819 Bytes
{
"bos_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": false,
"eos_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"legacy": false,
"model_max_length": 2048,
"pad_token": null,
"padding_side": "right",
"special_tokens_map_file": "/local/scratch/hcui25/Project/xin/LLaVA-Med/data/model/models--liuhaotian--llava-v1.5-13b/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}