doktan commited on
Commit
e5d199a
1 Parent(s): b4f77b2

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -0
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "early_stopping": true,
3
+ "length_penalty": 0.6,
4
+ "max_new_tokens": 128,
5
+ "no_repeat_ngram_size": 2,
6
+ "num_beams": 15,
7
+ "transformers_version": "4.38.2"
8
+ }