Text Generation
Transformers
PyTorch
mistral
openchat
C-RLFT
conversational
Inference Endpoints
text-generation-inference
imone fenglui commited on
Commit
5b874a3
1 Parent(s): 600a344

Create generation_config.json (#21)

Browse files

- Create generation_config.json (6630da04b1fca217767bbec423f22f10b684d735)


Co-authored-by: fenglui <fenglui@users.noreply.huggingface.co>

Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 32000,
5
+ "max_length": 8192,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.5,
8
+ "transformers_version": "4.34.1"
9
+ }