topical-passage-classifier-chirho / tokenizer_config.json
LoveJesus's picture
Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6)
258fc23 verified
raw
history blame contribute delete
374 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"is_local": false,
"mask_token": "[MASK]",
"model_max_length": 128,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}