update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: google/flan-t5-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,14 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# subset_model_flan_t5_html
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/flan-t5-
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Rouge1: 0.
|
22 |
-
- Rouge2: 0.
|
23 |
-
- Rougel: 0.
|
24 |
-
- Rougelsum: 0.
|
25 |
-
- Gen Len:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -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 |
|
57 |
-
| No log | 2.0 | 2 |
|
58 |
-
| No log | 3.0 | 3 |
|
59 |
-
| No log | 4.0 | 4 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: google/flan-t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# subset_model_flan_t5_html
|
17 |
|
18 |
+
This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 3.4612
|
21 |
+
- Rouge1: 0.2632
|
22 |
+
- Rouge2: 0.0556
|
23 |
+
- Rougel: 0.1579
|
24 |
+
- Rougelsum: 0.1579
|
25 |
+
- Gen Len: 19.0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 1 | 3.4752 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
|
57 |
+
| No log | 2.0 | 2 | 3.4546 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
|
58 |
+
| No log | 3.0 | 3 | 3.4557 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
|
59 |
+
| No log | 4.0 | 4 | 3.4612 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|