stefan-it commited on
Commit
4040ef7
1 Parent(s): 450d206

tokenizer: add tokenizer configuration (no lowercasing for this ELECTRA model)

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "max_len": 512, "init_inputs": []}