RichardErkhov commited on
Commit
e816b9c
1 Parent(s): 3c73948

uploaded model

Browse files
Files changed (1) hide show
  1. generation_config.json +12 -0
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 2,
7
+ 5
8
+ ],
9
+ "repetition_penalty": 1.2,
10
+ "temperature": 0.6,
11
+ "transformers_version": "4.44.2"
12
+ }