Model save
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: google/flan-t5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: Flan-T5
|
9 |
results: []
|
@@ -15,6 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# Flan-T5
|
16 |
|
17 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -47,7 +56,7 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
49 |
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
50 |
-
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
4 |
base_model: google/flan-t5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
model-index:
|
10 |
- name: Flan-T5
|
11 |
results: []
|
|
|
17 |
# Flan-T5
|
18 |
|
19 |
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: nan
|
22 |
+
- Rouge1: 5.1047
|
23 |
+
- Rouge2: 1.1324
|
24 |
+
- Rougel: 4.1953
|
25 |
+
- Rougelsum: 4.1537
|
26 |
+
- Gen Len: 15.8333
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
59 |
+
| 0.0 | 0.9811 | 26 | nan | 5.1047 | 1.1324 | 4.1953 | 4.1537 | 15.8333 |
|
60 |
|
61 |
|
62 |
### Framework versions
|