Chris126 commited on
Commit
83a34a7
1 Parent(s): fa55298

Upload config

Browse files
Files changed (1) hide show
  1. translation_generation_config.json +8 -0
translation_generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "early_stopping": true,
4
+ "eos_token_id": 1,
5
+ "num_beams": 4,
6
+ "pad_token": 0,
7
+ "transformers_version": "4.31.0"
8
+ }