mbert_fine_tuned_on_conill2003 / tokenizer_config.json
ashwathjadhav23's picture
Training in progress, epoch 1
fe51a5e
raw
history blame contribute delete
501 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--GroNLP--bert-base-dutch-cased/snapshots/aeb2fedfdd322b3a22195f250a43cd59c40832d3/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}