phil-or-not-2.37e / tokenizer_config.json
dbourget's picture
Upload tokenizer_config.json
78d1fc4 verified
raw
history blame contribute delete
236 Bytes
{
"do_lower_case": true,
"model_max_length": 512,
"padding_side": "right",
"truncation_side": "right",
"special_tokens_map_file": null,
"name_or_path": "google-bert/bert-base-uncased",
"tokenizer_class": "BertTokenizer"
}