Ekgren saattrupdan commited on
Commit
fe0ef03
1 Parent(s): 1e5319d

Create tokenizer_config.json (#4)

Browse files

- Create tokenizer_config.json (a136039bf9e5eb1888355246f7330c8e00f2f9b8)


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
+ }