ZhiguangHan
commited on
Commit
•
34d8375
1
Parent(s):
19cb6c6
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: 0.
|
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 |
-
| 9.
|
53 |
-
| 2.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
| 0.
|
|
|
|
|
|
|
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: 0.8026
|
21 |
+
- Accuracy: 0.52
|
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.7282 | 1.0 | 250 | 2.3106 | 0.118 |
|
53 |
+
| 2.3916 | 2.0 | 500 | 1.7098 | 0.128 |
|
54 |
+
| 1.8578 | 3.0 | 750 | 1.5425 | 0.198 |
|
55 |
+
| 1.6283 | 4.0 | 1000 | 1.4055 | 0.216 |
|
56 |
+
| 1.4748 | 5.0 | 1250 | 1.3024 | 0.282 |
|
57 |
+
| 1.2899 | 6.0 | 1500 | 1.1393 | 0.388 |
|
58 |
+
| 1.1631 | 7.0 | 1750 | 1.0190 | 0.434 |
|
59 |
+
| 1.0565 | 8.0 | 2000 | 0.9458 | 0.456 |
|
60 |
+
| 0.9747 | 9.0 | 2250 | 0.9052 | 0.488 |
|
61 |
+
| 0.9119 | 10.0 | 2500 | 0.8731 | 0.514 |
|
62 |
+
| 0.8752 | 11.0 | 2750 | 0.8279 | 0.516 |
|
63 |
+
| 0.8356 | 12.0 | 3000 | 0.8263 | 0.524 |
|
64 |
+
| 0.8132 | 13.0 | 3250 | 0.8125 | 0.52 |
|
65 |
+
| 0.8113 | 14.0 | 3500 | 0.8037 | 0.52 |
|
66 |
+
| 0.8075 | 15.0 | 3750 | 0.8026 | 0.52 |
|
67 |
|
68 |
|
69 |
### Framework versions
|