update model card README.md
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rouge1: 99.
|
22 |
- Rouge2: 99.8
|
23 |
-
- Rougel: 99.
|
24 |
-
- Rougelsum: 99.
|
25 |
-
- Gen Len: 12.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,13 +47,15 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1
|
55 |
-
|
56 |
-
| 0.
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0011
|
21 |
+
- Rouge1: 99.8667
|
22 |
- Rouge2: 99.8
|
23 |
+
- Rougel: 99.8667
|
24 |
+
- Rougelsum: 99.8667
|
25 |
+
- Gen Len: 12.778
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 3
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
56 |
+
| 0.0034 | 1.0 | 2761 | 0.0013 | 99.8333 | 99.8 | 99.8333 | 99.8333 | 12.7787 |
|
57 |
+
| 0.0029 | 2.0 | 5522 | 0.0011 | 99.8667 | 99.8 | 99.8667 | 99.8667 | 12.778 |
|
58 |
+
| 0.0032 | 3.0 | 8283 | 0.0011 | 99.8667 | 99.8 | 99.8667 | 99.8667 | 12.778 |
|
59 |
|
60 |
|
61 |
### Framework versions
|