gaur3009 commited on
Commit
28704a9
·
verified ·
1 Parent(s): d7cbcc2

Create gpt2tokenizer_config.json

Browse files
Files changed (1) hide show
  1. gpt2tokenizer_config.json +5 -0
gpt2tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 1024,
3
+ "padding_side": "right",
4
+ "truncation_side": "right"
5
+ }