tznurmin commited on
Commit
547bbf7
1 Parent(s): 67c9c25

Added a missing config file

Browse files

Added a missing configuration file. Currently the model is ignoring case and model_max_length is defaulting to a very large number.

Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "model_max_length": 512}