Update README.md
Browse files
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:
|
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:
|
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 |
|