DrugGen-2 / special_tokens_map.json
alimotahharynia's picture
Upload folder using huggingface_hub
c246c03 verified
Raw
History Blame Contribute Delete
505 Bytes
{
"additional_special_tokens": [
"<D>",
"<P>",
"<L>"
],
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}