hammamwahab commited on
Commit
94a0437
1 Parent(s): 7169690

Model save

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,9 +44,9 @@ The following hyperparameters were used during training:
44
  - gradient_accumulation_steps: 2
45
  - total_train_batch_size: 16
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
- - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_ratio: 0.03
49
- - num_epochs: 3
50
 
51
  ### Training results
52
 
 
44
  - gradient_accumulation_steps: 2
45
  - total_train_batch_size: 16
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
  - lr_scheduler_warmup_ratio: 0.03
49
+ - num_epochs: 2
50
 
51
  ### Training results
52