Text Generation
Transformers
PyTorch
Safetensors
gpt2
conversational
text-generation-inference
Inference Endpoints
Ekgren saattrupdan commited on
Commit
fbf70f1
1 Parent(s): aaddf7e

Create tokenizer_config.json (#3)

Browse files

- Create tokenizer_config.json (8c33697469f5c3e8704042cd8123f3b7831c4795)


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