AnkurSingh-ML commited on
Commit
7247bda
·
verified ·
1 Parent(s): 2c9313a

Upload config

Browse files
Files changed (1) hide show
  1. translation_generation_config.json +12 -0
translation_generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "early_stopping": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "num_beams": 4,
10
+ "pad_token": null,
11
+ "transformers_version": "4.52.1"
12
+ }