Files
BioMatrix-4B-Base/special_tokens_map.json

31 lines
622 B
JSON
Raw Normal View History

{
"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
}
}