phoner45 commited on
Commit
2c1d8f1
·
verified ·
1 Parent(s): ded7f1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,7 +56,7 @@ Batch size: 32 for both training and evaluation
56
  Seed: 42 (for reproducibility)
57
  Optimizer: Adam (with betas=(0.9, 0.999) and epsilon=1e-08)
58
  Scheduler: Linear learning rate scheduler
59
- Number of epochs: 2
60
  The training used a combination of cross-entropy loss for multi-class classification and early stopping based on evaluation metrics.
61
 
62
  ### Training hyperparameters
@@ -68,7 +68,7 @@ The following hyperparameters were used during training:
68
  - seed: 42
69
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
70
  - lr_scheduler_type: linear
71
- - num_epochs: 2
72
 
73
  ### Framework versions
74
 
 
56
  Seed: 42 (for reproducibility)
57
  Optimizer: Adam (with betas=(0.9, 0.999) and epsilon=1e-08)
58
  Scheduler: Linear learning rate scheduler
59
+ Number of epochs: 5
60
  The training used a combination of cross-entropy loss for multi-class classification and early stopping based on evaluation metrics.
61
 
62
  ### Training hyperparameters
 
68
  - seed: 42
69
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
70
  - lr_scheduler_type: linear
71
+ - num_epochs: 5
72
 
73
  ### Framework versions
74