ZhiguangHan
commited on
Commit
•
dac3171
1
Parent(s):
3d7a9f6
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:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,23 +49,23 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.35.2
|
69 |
-
- Pytorch 2.1.0+
|
70 |
- Datasets 2.15.0
|
71 |
- Tokenizers 0.15.0
|
|
|
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.1512
|
21 |
+
- Accuracy: 0.176
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 10.1566 | 1.0 | 250 | 2.1729 | 0.012 |
|
53 |
+
| 2.7222 | 2.0 | 500 | 1.8375 | 0.004 |
|
54 |
+
| 2.2156 | 3.0 | 750 | 1.6780 | 0.068 |
|
55 |
+
| 1.9891 | 4.0 | 1000 | 1.4901 | 0.098 |
|
56 |
+
| 1.7951 | 5.0 | 1250 | 1.4195 | 0.116 |
|
57 |
+
| 1.6179 | 6.0 | 1500 | 1.2971 | 0.136 |
|
58 |
+
| 1.5252 | 7.0 | 1750 | 1.2543 | 0.152 |
|
59 |
+
| 1.4486 | 8.0 | 2000 | 1.2054 | 0.162 |
|
60 |
+
| 1.3957 | 9.0 | 2250 | 1.1865 | 0.182 |
|
61 |
+
| 1.3609 | 10.0 | 2500 | 1.1656 | 0.176 |
|
62 |
+
| 1.3395 | 11.0 | 2750 | 1.1589 | 0.176 |
|
63 |
+
| 1.3295 | 12.0 | 3000 | 1.1512 | 0.176 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.35.2
|
69 |
+
- Pytorch 2.1.0+cu121
|
70 |
- Datasets 2.15.0
|
71 |
- Tokenizers 0.15.0
|