dbourget commited on
Commit
b85a097
1 Parent(s): e0530b8

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ "model_max_length": 512,
4
+ "padding_side": "right",
5
+ "truncation_side": "right",
6
+ "special_tokens_map_file": null,
7
+ "name_or_path": "bert-base-uncased",
8
+ "tokenizer_class": "BertTokenizer"
9
+ }