Ekgren saattrupdan commited on
Commit
81d16be
1 Parent(s): 66b0933

Create tokenizer_config.json (#3)

Browse files

- Create tokenizer_config.json (ec20715781ecca10c84a28a95e56ce87c673cbb6)


Co-authored-by: Dan Saattrup Nielsen <saattrupdan@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 2048,
3
+ "padding_side": "left",
4
+ "truncation_side": "left"
5
+ }