End of training
Browse files
README.md
CHANGED
@@ -16,17 +16,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
-
- Rouge-1 R: 0.
|
21 |
-
- Rouge-1 P: 0.
|
22 |
-
- Rouge-1 F: 0.
|
23 |
-
- Rouge-2 R: 0.
|
24 |
-
- Rouge-2 P: 0.
|
25 |
-
- Rouge-2 F: 0.
|
26 |
-
- Rouge-l R: 0.
|
27 |
-
- Rouge-l P: 0.
|
28 |
-
- Rouge-l F: 0.
|
29 |
-
- Gen Len: 15.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -51,14 +51,15 @@ The following hyperparameters were used during training:
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
-
- num_epochs:
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge-1 R | Rouge-1 P | Rouge-1 F | Rouge-2 R | Rouge-2 P | Rouge-2 F | Rouge-l R | Rouge-l P | Rouge-l F | Gen Len |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:-------:|
|
60 |
-
| 1.
|
61 |
-
| 1.
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.3685
|
20 |
+
- Rouge-1 R: 0.3321
|
21 |
+
- Rouge-1 P: 0.3218
|
22 |
+
- Rouge-1 F: 0.3186
|
23 |
+
- Rouge-2 R: 0.1761
|
24 |
+
- Rouge-2 P: 0.1703
|
25 |
+
- Rouge-2 F: 0.1677
|
26 |
+
- Rouge-l R: 0.3234
|
27 |
+
- Rouge-l P: 0.3133
|
28 |
+
- Rouge-l F: 0.3102
|
29 |
+
- Gen Len: 15.7133
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 3
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Rouge-1 R | Rouge-1 P | Rouge-1 F | Rouge-2 R | Rouge-2 P | Rouge-2 F | Rouge-l R | Rouge-l P | Rouge-l F | Gen Len |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:-------:|
|
60 |
+
| 1.8844 | 1.0 | 10191 | 1.4867 | 0.31 | 0.3133 | 0.3024 | 0.1576 | 0.1605 | 0.1531 | 0.3015 | 0.3048 | 0.2942 | 15.2667 |
|
61 |
+
| 1.7381 | 2.0 | 20382 | 1.4401 | 0.3203 | 0.3104 | 0.3068 | 0.1675 | 0.162 | 0.1592 | 0.3121 | 0.3026 | 0.299 | 15.699 |
|
62 |
+
| 1.6401 | 3.0 | 30573 | 1.3685 | 0.3321 | 0.3218 | 0.3186 | 0.1761 | 0.1703 | 0.1677 | 0.3234 | 0.3133 | 0.3102 | 15.7133 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
runs/Jul20_03-11-00_4f90f64d3f48/events.out.tfevents.1721445062.4f90f64d3f48.24.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efedb4d9d3e4179b2a7e0147deb5dd862b3ff226ed223b5eea801c220f420313
|
3 |
+
size 20975
|