update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: results
|
7 |
results: []
|
@@ -13,6 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# results
|
14 |
|
15 |
This model is a fine-tuned version of [gagan3012/k2t](https://huggingface.co/gagan3012/k2t) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -37,13 +46,15 @@ The following hyperparameters were used during training:
|
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
40 |
-
- num_epochs:
|
41 |
|
42 |
### Training results
|
43 |
|
44 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
45 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
46 |
-
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- rouge
|
7 |
model-index:
|
8 |
- name: results
|
9 |
results: []
|
|
|
15 |
# results
|
16 |
|
17 |
This model is a fine-tuned version of [gagan3012/k2t](https://huggingface.co/gagan3012/k2t) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5481
|
20 |
+
- Rouge1: 65.0534
|
21 |
+
- Rouge2: 45.7092
|
22 |
+
- Rougel: 55.8222
|
23 |
+
- Rougelsum: 57.1866
|
24 |
+
- Gen Len: 17.8061
|
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: 3
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
55 |
+
| 0.5049 | 1.0 | 1101 | 0.5527 | 65.0475 | 45.6298 | 55.8323 | 57.2102 | 17.7929 |
|
56 |
+
| 0.4994 | 2.0 | 2202 | 0.5490 | 65.0567 | 45.7082 | 55.8808 | 57.2343 | 17.8005 |
|
57 |
+
| 0.4969 | 3.0 | 3303 | 0.5481 | 65.0534 | 45.7092 | 55.8222 | 57.1866 | 17.8061 |
|
58 |
|
59 |
|
60 |
### Framework versions
|