Krylova/m5tsmall
Browse files- README.md +16 -12
- pytorch_model.bin +1 -1
- training_args.bin +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 an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Rouge1: 18.
|
22 |
-
- Rouge2: 10.
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum: 18.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,16 +46,20 @@ 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
|
54 |
-
|
55 |
-
|
|
56 |
-
| 2.
|
57 |
-
|
|
58 |
-
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.5844
|
21 |
+
- Rouge1: 18.6058
|
22 |
+
- Rouge2: 10.0803
|
23 |
+
- Rougel: 18.025
|
24 |
+
- Rougelsum: 18.2237
|
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: 8
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 2.6887 | 1.0 | 1301 | 2.7862 | 20.3987 | 12.8512 | 19.7713 | 19.7397 |
|
56 |
+
| 2.5315 | 2.0 | 2602 | 2.7636 | 19.7025 | 11.5086 | 19.2285 | 19.1621 |
|
57 |
+
| 2.9455 | 3.0 | 3903 | 2.6457 | 20.5245 | 12.445 | 19.9432 | 19.9865 |
|
58 |
+
| 2.9864 | 4.0 | 5204 | 2.5944 | 19.0345 | 10.3224 | 18.5022 | 18.5792 |
|
59 |
+
| 2.9746 | 5.0 | 6505 | 2.5910 | 19.5747 | 10.3954 | 18.9401 | 19.1369 |
|
60 |
+
| 2.9246 | 6.0 | 7806 | 2.5822 | 18.5846 | 9.8889 | 18.0374 | 18.2259 |
|
61 |
+
| 2.8968 | 7.0 | 9107 | 2.5757 | 18.8335 | 10.2201 | 18.2386 | 18.4522 |
|
62 |
+
| 2.8645 | 8.0 | 10408 | 2.5844 | 18.6058 | 10.0803 | 18.025 | 18.2237 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200773058
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ed3e89d4b71eb6211d1e7863bb78e4bdbc148e39d673093724969a32663c3e7
|
3 |
size 1200773058
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e01c3a8b8531b9b8d88db32d1c0aa12565acd99dcd8aa23652ce885aba3c696
|
3 |
size 4664
|