carloscc10 commited on
Commit
da132f7
·
verified ·
1 Parent(s): 7011e04

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.51.3"
8
+ }