Text Generation
Transformers
PyTorch
English
gpt_neox
text-generation-inference
Inference Endpoints
xzyao commited on
Commit
ea2b72e
1 Parent(s): 8c221dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,6 +16,7 @@ inference:
16
  temperature: 0.7
17
  top_p: 0.7
18
  top_k: 50
 
19
  ---
20
 
21
  # RedPajama-INCITE-Chat-3B-v1
 
16
  temperature: 0.7
17
  top_p: 0.7
18
  top_k: 50
19
+ max_new_tokens: 128
20
  ---
21
 
22
  # RedPajama-INCITE-Chat-3B-v1