BERT_MNLI_YN / tokenizer_config.json
mhr2004's picture
Training in progress, epoch 1
d4f0f0b
raw history blame
No virus
560 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "textattack/bert-base-uncased-MNLI",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--textattack--bert-base-uncased-MNLI/snapshots/3a97f689528cbd91bcc71ab29ea6c20c089d8f28/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}