huyquoctrinh commited on
Commit
9ba4865
·
verified ·
1 Parent(s): 645530d

Model save

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,11 +34,11 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0002
37
- - train_batch_size: 2
38
- - eval_batch_size: 1
39
  - seed: 456
40
  - gradient_accumulation_steps: 8
41
- - total_train_batch_size: 16
42
  - optimizer: Use adamw_torch with betas=(0.9,0.99) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - num_epochs: 4.0
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0002
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 2
39
  - seed: 456
40
  - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 32
42
  - optimizer: Use adamw_torch with betas=(0.9,0.99) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - num_epochs: 4.0