ahmeshaf commited on
Commit
30c22b5
1 Parent(s): afcaa9d

Upload generation_config.json

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