Update 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 |
datasets:
|
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
-
value:
|
26 |
widget:
|
27 |
- text: "summarize: Date: 2008-09-07, Update: The government seizes control of mortgage giants Fannie Mae and Freddie Mac, promising to inject up to $100 billion into each if they fail. In recent months, the two companies funded more than two-thirds of all home loans in the United States. Treasury Secretary Henry Paulson says the government will initially buy mortgage-backed securities worth up to $5 billion."
|
28 |
example_title: "Example 1"
|
@@ -41,16 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
41 |
|
42 |
# background-summaries-flan-t5-large
|
43 |
|
44 |
-
This model is a fine-tuned version of [google/flan-t5-
|
45 |
It achieves the following results on the evaluation set:
|
46 |
-
- Loss: 2.
|
47 |
-
- Rouge1:
|
48 |
-
- Rouge2:
|
49 |
-
- Rougel:
|
50 |
-
- Rougelsum:
|
51 |
-
- Bertscore Precision: 88.4
|
52 |
-
- Bertscore Recall: 86.8
|
53 |
-
- Bertscore F1: 87.5
|
54 |
|
55 |
## Model description
|
56 |
|
@@ -70,32 +67,36 @@ More information needed
|
|
70 |
|
71 |
The following hyperparameters were used during training:
|
72 |
- learning_rate: 1e-05
|
73 |
-
- train_batch_size:
|
74 |
-
- eval_batch_size:
|
75 |
- seed: 42
|
|
|
|
|
|
|
|
|
76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
- lr_scheduler_type: linear
|
78 |
- num_epochs: 10
|
79 |
|
80 |
### Training results
|
81 |
|
82 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
83 |
-
|
84 |
-
|
|
85 |
-
|
|
86 |
-
|
|
87 |
-
|
|
88 |
-
|
|
89 |
-
|
|
90 |
-
|
|
91 |
-
|
|
92 |
-
|
|
93 |
-
|
|
94 |
|
95 |
|
96 |
### Framework versions
|
97 |
|
98 |
-
- Transformers 4.
|
99 |
-
- Pytorch
|
100 |
-
- Datasets 2.
|
101 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: google/flan-t5-xl
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
22 |
metrics:
|
23 |
- name: Rouge1
|
24 |
type: rouge
|
25 |
+
value: 43.0
|
26 |
widget:
|
27 |
- text: "summarize: Date: 2008-09-07, Update: The government seizes control of mortgage giants Fannie Mae and Freddie Mac, promising to inject up to $100 billion into each if they fail. In recent months, the two companies funded more than two-thirds of all home loans in the United States. Treasury Secretary Henry Paulson says the government will initially buy mortgage-backed securities worth up to $5 billion."
|
28 |
example_title: "Example 1"
|
|
|
41 |
|
42 |
# background-summaries-flan-t5-large
|
43 |
|
44 |
+
This model is a fine-tuned version of [google/flan-t5-xl](https://huggingface.co/google/flan-t5-xl) on the hf_dataset_script dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 2.1489
|
47 |
+
- Rouge1: 43.0
|
48 |
+
- Rouge2: 20.2
|
49 |
+
- Rougel: 28.9
|
50 |
+
- Rougelsum: 39.5
|
|
|
|
|
|
|
51 |
|
52 |
## Model description
|
53 |
|
|
|
67 |
|
68 |
The following hyperparameters were used during training:
|
69 |
- learning_rate: 1e-05
|
70 |
+
- train_batch_size: 8
|
71 |
+
- eval_batch_size: 8
|
72 |
- seed: 42
|
73 |
+
- distributed_type: multi-GPU
|
74 |
+
- num_devices: 2
|
75 |
+
- total_train_batch_size: 16
|
76 |
+
- total_eval_batch_size: 16
|
77 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
78 |
- lr_scheduler_type: linear
|
79 |
- num_epochs: 10
|
80 |
|
81 |
### Training results
|
82 |
|
83 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
84 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
85 |
+
| No log | 1.0 | 45 | 1.7449 | 37.9 | 17.2 | 25.4 | 34.5 |
|
86 |
+
| No log | 2.0 | 90 | 1.7964 | 40.8 | 19.0 | 27.5 | 37.3 |
|
87 |
+
| No log | 3.0 | 135 | 1.8705 | 39.5 | 18.2 | 26.7 | 36.1 |
|
88 |
+
| No log | 4.0 | 180 | 1.9253 | 40.1 | 18.7 | 27.0 | 36.6 |
|
89 |
+
| No log | 5.0 | 225 | 1.9471 | 41.8 | 19.6 | 28.0 | 38.4 |
|
90 |
+
| No log | 6.0 | 270 | 2.0004 | 42.5 | 20.0 | 28.5 | 39.0 |
|
91 |
+
| No log | 7.0 | 315 | 1.9927 | 43.2 | 20.6 | 29.1 | 39.7 |
|
92 |
+
| No log | 8.0 | 360 | 2.0119 | 42.6 | 20.4 | 28.8 | 39.1 |
|
93 |
+
| No log | 9.0 | 405 | 2.0653 | 42.7 | 20.3 | 28.7 | 39.1 |
|
94 |
+
| No log | 10.0 | 450 | 2.1489 | 43.0 | 20.2 | 28.9 | 39.5 |
|
95 |
|
96 |
|
97 |
### Framework versions
|
98 |
|
99 |
+
- Transformers 4.27.4
|
100 |
+
- Pytorch 2.0.0+cu118
|
101 |
+
- Datasets 2.11.0
|
102 |
- Tokenizers 0.13.3
|