johngiorgi commited on
Commit
96b4361
1 Parent(s): 7628538

Add model_max_length argument to avoid warnings

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"add_special_tokens": false, "special_tokens_map_file": null, "full_tokenizer_file": null}
1
+ {"add_special_tokens": false, "special_tokens_map_file": null, "full_tokenizer_file": null, "model_max_length": 512}