my_vilt_b32_mlm_not_trained / tokenizer_config.json
Bingsu's picture
Update tokenizer_config.json
f2a7307
raw
history blame contribute delete
No virus
452 Bytes
{
"cls_token": "<s>",
"do_lower_case": true,
"mask_token": "<mask>",
"model_max_length": 40,
"name_or_path": "Bingsu/my_vilt_b32_mlm_not_trained",
"pad_token": "<pad>",
"processor_class": "ViltProcessor",
"sep_token": "</s>",
"special_tokens_map_file": "./special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"trust_remote_code": false,
"unk_token": "<unk>"
}