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,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# subset_model_flan_t5
|
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: 1.
|
21 |
- Rouge1: 0.2857
|
22 |
- Rouge2: 0.15
|
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
|
|
|
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
|
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: 1.2878
|
21 |
- Rouge1: 0.2857
|
22 |
- Rouge2: 0.15
|
23 |
+
- Rougel: 0.2857
|
24 |
+
- Rougelsum: 0.2857
|
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.3451 | 0.2857 | 0.15 | 0.2857 | 0.2857 | 19.0 |
|
57 |
+
| No log | 2.0 | 2 | 1.3067 | 0.2857 | 0.15 | 0.2857 | 0.2857 | 19.0 |
|
58 |
+
| No log | 3.0 | 3 | 1.2925 | 0.2857 | 0.15 | 0.2857 | 0.2857 | 19.0 |
|
59 |
+
| No log | 4.0 | 4 | 1.2878 | 0.2857 | 0.15 | 0.2857 | 0.2857 | 19.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|