TheBloke commited on
Commit
631d840
1 Parent(s): 92f62c5

GPTQ model commit

Browse files
Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": 2,
4
+ "max_length": 1024,
5
+ "pad_token_id": 60514,
6
+ "repetition_penalty": 1.06,
7
+ "temperature": 0.2,
8
+ "transformers_version": "4.31.0"
9
+ }