pszemraj commited on
Commit
fb2a921
1 Parent(s): 8a961d9

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "early_stopping": true,
4
+ "eos_token_id": 1,
5
+ "max_length": 128,
6
+ "min_length": 8,
7
+ "num_beams": 4,
8
+ "transformers_version": "4.26.1"
9
+ }