bert-finetuned-syllabus / tokenizer_config.json
jteng's picture
Model save
fecde6b
raw
history blame
No virus
572 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "csarron/bert-base-uncased-squad-v1",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/home/zxt180005/.cache/huggingface/hub/models--csarron--bert-base-uncased-squad-v1/snapshots/31129bdd485e06a6bec8fd2e045256369db34b0b/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}