Text Generation
Transformers
7 languages
code
text-generation-inference
Inference Endpoints
or4cl3ai commited on
Commit
d717b6c
1 Parent(s): 192c1ce

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "SquanchNasty AI Model",
3
+ "tokenizer_type": "gpt-3.5-turbo",
4
+ "max_length": 512
5
+ }