update model card README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 11 |
|
| 12 |
# fine-tuned-bert-mini-5
|
| 13 |
|
| 14 |
-
This model
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Loss: 0.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -38,15 +38,14 @@ The following hyperparameters were used during training:
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
-
- num_epochs:
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
-
| Training Loss | Epoch | Step
|
| 46 |
-
|:-------------:|:-----:|:----
|
| 47 |
-
| 0.
|
| 48 |
-
| 0.
|
| 49 |
-
| 0.5553 | 3.0 | 11295 | 0.6331 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 11 |
|
| 12 |
# fine-tuned-bert-mini-5
|
| 13 |
|
| 14 |
+
This model was trained from scratch on the None dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Loss: 0.7607
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
+
- num_epochs: 2
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 46 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 47 |
+
| 0.4197 | 1.0 | 3765 | 0.7540 |
|
| 48 |
+
| 0.4152 | 2.0 | 7530 | 0.7607 |
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|