original-transformer / tokenizer_config.json
ubaada's picture
Upload 6 files
6c5f117 verified
raw
history blame
311 Bytes
{
"tokenizer_class": "BertTokenizer",
"do_lower_case": false,
"strip_accents": false,
"max_len": 512,
"init_inputs": [],
"model_max_length": 512,
"special_tokens_map_file": null,
"tokenizer_file": "tokenizer.json",
"name_or_path": "",
"tokenizer_type": "BPE"
}