model_no_novel / special_tokens_map.json
ngogiahan's picture
Upload 7 files
231a83a verified
raw
history blame contribute delete
No virus
552 Bytes
{
"additional_special_tokens": [
"@ChemicalEntitySrc$",
"@ChemicalEntityTgt$",
"@DiseaseOrPhenotypicFeatureSrc$",
"@DiseaseOrPhenotypicFeatureTgt$",
"@GeneOrGeneProductSrc$",
"@GeneOrGeneProductTgt$",
"@/ChemicalEntitySrc$",
"@/ChemicalEntityTgt$",
"@/DiseaseOrPhenotypicFeatureSrc$",
"@/DiseaseOrPhenotypicFeatureTgt$",
"@/GeneOrGeneProductSrc$",
"@/GeneOrGeneProductTgt$"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}