Text Generation
Transformers
Safetensors
minimax
conversational
fp8
rogeryoungh commited on
Commit
cab79a3
·
verified ·
1 Parent(s): 58e991b

Create generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +6 -0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "temperature": 1.0,
4
+ "top_p": 0.95,
5
+ "transformers_version": "4.46.1"
6
+ }