antonkurylo commited on
Commit
2ba915f
1 Parent(s): 67a5f98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -47,6 +47,8 @@ The following hyperparameters were used during training:
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - num_epochs: 7
 
 
50
 
51
  ### Training results
52
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - num_epochs: 7
50
+ - max_text_length: 512
51
+ - max_target_length: 16
52
 
53
  ### Training results
54