BioMatrix-4B-Base / special_tokens_map.json
QizhiPei's picture
Upload BioMatrix-4B-Base checkpoint
c2c0ca1 verified
raw
history blame contribute delete
622 Bytes
{
"additional_special_tokens": [
"<|mol_smi_start|>",
"<|mol_smi_end|>",
"<|mol_sfi_start|>",
"<|mol_sfi_end|>",
"<|mol_sfi_h_start|>",
"<|mol_sfi_h_end|>",
"<|mol_3d_start|>",
"<|mol_3d_end|>",
"<|prot_aa_start|>",
"<|prot_aa_end|>",
"<|prot_3d_start|>",
"<|prot_3d_end|>"
],
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}