ZhiguangHan
commited on
Commit
•
496154b
1
Parent(s):
b45e0b1
End of training
Browse files- README.md +18 -15
- model.safetensors +1 -1
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 |
-
| 10.
|
53 |
-
| 2.
|
54 |
-
| 2.
|
55 |
-
| 1.
|
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.0670
|
21 |
+
- Accuracy: 0.19
|
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 |
+
| 10.1157 | 1.0 | 250 | 2.0629 | 0.0 |
|
53 |
+
| 2.7164 | 2.0 | 500 | 1.6984 | 0.092 |
|
54 |
+
| 2.1384 | 3.0 | 750 | 1.6345 | 0.098 |
|
55 |
+
| 1.8496 | 4.0 | 1000 | 1.5214 | 0.118 |
|
56 |
+
| 1.6276 | 5.0 | 1250 | 1.3418 | 0.14 |
|
57 |
+
| 1.469 | 6.0 | 1500 | 1.2577 | 0.15 |
|
58 |
+
| 1.3461 | 7.0 | 1750 | 1.2325 | 0.162 |
|
59 |
+
| 1.2791 | 8.0 | 2000 | 1.1790 | 0.16 |
|
60 |
+
| 1.2349 | 9.0 | 2250 | 1.1320 | 0.174 |
|
61 |
+
| 1.1826 | 10.0 | 2500 | 1.1118 | 0.176 |
|
62 |
+
| 1.1504 | 11.0 | 2750 | 1.1063 | 0.19 |
|
63 |
+
| 1.1327 | 12.0 | 3000 | 1.0731 | 0.186 |
|
64 |
+
| 1.1168 | 13.0 | 3250 | 1.0617 | 0.186 |
|
65 |
+
| 1.1038 | 14.0 | 3500 | 1.0735 | 0.182 |
|
66 |
+
| 1.0929 | 15.0 | 3750 | 1.0670 | 0.19 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200729512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a35b09c4303e3387792e3b5c1fc31db44acd90fa727e5acb364a49ac33a0508
|
3 |
size 1200729512
|