symptom_encoder_v6 / special_tokens_map.json
joseluhf11's picture
Upload 12 files
8e62a5c
raw
history blame contribute delete
228 Bytes
{
"additional_special_tokens": [
"[PAD]",
"[UNK]",
"[CLS]",
"[SEP]",
"[MASK]"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}