Commit ·
27949d5
1
Parent(s): f791fee
End of training
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 1.
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -43,24 +43,27 @@ The following hyperparameters were used during training:
|
|
| 43 |
- seed: 42
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- num_epochs:
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
-
|
|
| 53 |
-
| 2.
|
| 54 |
-
| 2.
|
| 55 |
-
|
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 61 |
-
| 1.
|
| 62 |
-
| 1.
|
| 63 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 1.2245
|
| 21 |
+
- Accuracy: 0.138
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 43 |
- seed: 42
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
+
- num_epochs: 15
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
+
| 9.1823 | 1.0 | 250 | 2.2930 | 0.0 |
|
| 53 |
+
| 2.763 | 2.0 | 500 | 1.8604 | 0.0 |
|
| 54 |
+
| 2.3034 | 3.0 | 750 | 1.6307 | 0.074 |
|
| 55 |
+
| 2.0136 | 4.0 | 1000 | 1.6494 | 0.076 |
|
| 56 |
+
| 1.8156 | 5.0 | 1250 | 1.4797 | 0.084 |
|
| 57 |
+
| 1.6683 | 6.0 | 1500 | 1.4214 | 0.094 |
|
| 58 |
+
| 1.5806 | 7.0 | 1750 | 1.3692 | 0.094 |
|
| 59 |
+
| 1.5035 | 8.0 | 2000 | 1.3212 | 0.106 |
|
| 60 |
+
| 1.4451 | 9.0 | 2250 | 1.2997 | 0.118 |
|
| 61 |
+
| 1.4045 | 10.0 | 2500 | 1.2689 | 0.128 |
|
| 62 |
+
| 1.3742 | 11.0 | 2750 | 1.2515 | 0.136 |
|
| 63 |
+
| 1.3456 | 12.0 | 3000 | 1.2411 | 0.13 |
|
| 64 |
+
| 1.325 | 13.0 | 3250 | 1.2264 | 0.14 |
|
| 65 |
+
| 1.3226 | 14.0 | 3500 | 1.2229 | 0.146 |
|
| 66 |
+
| 1.3035 | 15.0 | 3750 | 1.2245 | 0.138 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|