llama32-1b-kpath-partial / special_tokens_map.json
JesseLiu's picture
Upload folder using huggingface_hub
13cc814 verified
raw
history blame contribute delete
647 Bytes
{
"additional_special_tokens": [
{
"content": "<phenotype>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<gene>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|eot_id|>"
}