mna-acquisition-binary / special_tokens_map.json
alexge233's picture
v5 binary acquisition classifier — google/bert_uncased_L-2_H-512_A-8, MAX_LENGTH=256, Optuna trial 61, test F1 macro 0.8813, recall(1) 0.9796 @ threshold 0.26, ~24ms CPU inference
e098f47 verified
Raw
History Blame Contribute Delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}