31 lines
622 B
JSON
31 lines
622 B
JSON
{
|
|
"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
|
|
}
|
|
}
|