VictorDCh commited on
Commit
cfd03f1
1 Parent(s): 654306f

Model save

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -40,8 +40,8 @@ The following hyperparameters were used during training:
40
  - train_batch_size: 1
41
  - eval_batch_size: 8
42
  - seed: 42
43
- - gradient_accumulation_steps: 8
44
- - total_train_batch_size: 8
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: constant_with_warmup
47
  - lr_scheduler_warmup_ratio: 0.03
 
40
  - train_batch_size: 1
41
  - eval_batch_size: 8
42
  - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 2
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: constant_with_warmup
47
  - lr_scheduler_warmup_ratio: 0.03