pszemraj commited on
Commit
5cc9f4a
1 Parent(s): 9561d12

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +10 -0
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": 2,
4
+ "max_length": 128,
5
+ "min_length": 16,
6
+ "pad_token_id": 2,
7
+ "penalty_alpha": 0.6,
8
+ "top_k": 4,
9
+ "transformers_version": "4.26.1"
10
+ }