update model card README.md
Browse files
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 [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Rouge1: 0.
|
22 |
-
- Rouge2: 0.
|
23 |
-
- Rougel: 0.
|
24 |
-
- Rougelsum: 0.
|
25 |
- Gen Len: 19.0
|
26 |
|
27 |
## Model description
|
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
-
| No log | 1.0 | 1 | 1.
|
57 |
-
| No log | 2.0 | 2 | 1.
|
58 |
-
| No log | 3.0 | 3 | 1.
|
59 |
-
| No log | 4.0 | 4 | 1.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.7052
|
21 |
+
- Rouge1: 0.1
|
22 |
+
- Rouge2: 0.0
|
23 |
+
- Rougel: 0.1
|
24 |
+
- Rougelsum: 0.1
|
25 |
- Gen Len: 19.0
|
26 |
|
27 |
## Model description
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 1 | 1.8253 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
|
57 |
+
| No log | 2.0 | 2 | 1.7629 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
|
58 |
+
| No log | 3.0 | 3 | 1.7243 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
|
59 |
+
| No log | 4.0 | 4 | 1.7052 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|