ZhiguangHan
commited on
Commit
•
b968e04
1
Parent(s):
f9bf91f
End of training
Browse files- README.md +16 -18
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,11 +17,11 @@ 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 |
-
- Mse: 6.
|
23 |
-
- Log-distance: 0.
|
24 |
-
- S Score: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,24 +46,22 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Mse | Log-distance | S Score |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------------:|:-------:|
|
55 |
-
| 10.
|
56 |
-
| 3.
|
57 |
-
| 2.
|
58 |
-
| 2.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.7171 | 11.0 | 2750 | 1.6034 | 0.032 | 6.1936 | 0.6719 | 0.4908 |
|
66 |
-
| 1.7001 | 12.0 | 3000 | 1.6010 | 0.036 | 6.3081 | 0.6632 | 0.4988 |
|
67 |
|
68 |
|
69 |
### 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.5832
|
21 |
+
- Accuracy: 0.056
|
22 |
+
- Mse: 6.6919
|
23 |
+
- Log-distance: 0.6837
|
24 |
+
- S Score: 0.4844
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 15
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Mse | Log-distance | S Score |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------------:|:-------:|
|
55 |
+
| 10.6622 | 1.0 | 250 | 2.1479 | 0.032 | 7.8307 | 0.8081 | 0.4244 |
|
56 |
+
| 3.1421 | 2.0 | 500 | 1.8253 | 0.044 | 5.7385 | 0.6844 | 0.4892 |
|
57 |
+
| 2.3451 | 3.0 | 750 | 1.6174 | 0.04 | 5.5959 | 0.6980 | 0.4832 |
|
58 |
+
| 2.0073 | 4.0 | 1000 | 1.5994 | 0.046 | 6.2422 | 0.6708 | 0.4940 |
|
59 |
+
| 1.8357 | 5.0 | 1250 | 1.5867 | 0.05 | 6.2493 | 0.6727 | 0.4936 |
|
60 |
+
| 1.7782 | 6.0 | 1500 | 1.5800 | 0.048 | 6.0314 | 0.6621 | 0.4980 |
|
61 |
+
| 1.7333 | 7.0 | 1750 | 1.5733 | 0.056 | 6.8849 | 0.6908 | 0.4816 |
|
62 |
+
| 1.7219 | 8.0 | 2000 | 1.6012 | 0.056 | 6.7969 | 0.6872 | 0.4828 |
|
63 |
+
| 1.6886 | 9.0 | 2250 | 1.5849 | 0.038 | 6.1512 | 0.6683 | 0.4976 |
|
64 |
+
| 1.6804 | 10.0 | 2500 | 1.5832 | 0.056 | 6.6919 | 0.6837 | 0.4844 |
|
|
|
|
|
65 |
|
66 |
|
67 |
### 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:571fa1dc0a0d27605aac83c5b5591a95fd49b31717db97c9a242011a9cf37a96
|
3 |
size 1200729512
|