PyTorch
English
bert
MathBERT-mamut / tokenizer_config.json
jdrechsel's picture
Upload tokenizer
7d30aaa verified
raw
history blame
388 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "models/MathBERT_MF_MT_NMF_MFR",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}