BERT_BOOLQ_Circa_YN / tokenizer_config.json
mhr2004's picture
Training in progress, epoch 1
5df237a
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "lewtun/bert-large-uncased-wwm-finetuned-boolq",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--lewtun--bert-large-uncased-wwm-finetuned-boolq/snapshots/171d75aa438bd238c9c75b9390f169323d4666f2/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}