hongdoubao
commited on
Commit
•
c132a3c
1
Parent(s):
3285d39
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- samsum
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: flan-t5-base-samsum
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: samsum
|
17 |
+
type: samsum
|
18 |
+
config: samsum
|
19 |
+
split: test
|
20 |
+
args: samsum
|
21 |
+
metrics:
|
22 |
+
- name: Rouge1
|
23 |
+
type: rouge
|
24 |
+
value: 46.8948
|
25 |
+
---
|
26 |
+
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# flan-t5-base-samsum
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the samsum dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 1.3794
|
35 |
+
- Rouge1: 46.8948
|
36 |
+
- Rouge2: 23.4445
|
37 |
+
- Rougel: 39.5763
|
38 |
+
- Rougelsum: 43.209
|
39 |
+
- Gen Len: 17.2540
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Intended uses & limitations
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training and evaluation data
|
50 |
+
|
51 |
+
More information needed
|
52 |
+
|
53 |
+
## Training procedure
|
54 |
+
|
55 |
+
### Training hyperparameters
|
56 |
+
|
57 |
+
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 5e-05
|
59 |
+
- train_batch_size: 64
|
60 |
+
- eval_batch_size: 64
|
61 |
+
- seed: 42
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- num_epochs: 5
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
70 |
+
| No log | 1.0 | 231 | 1.3935 | 46.6142 | 23.0937 | 39.1018 | 42.8696 | 17.2076 |
|
71 |
+
| No log | 2.0 | 462 | 1.3848 | 46.5553 | 23.0122 | 39.1493 | 42.764 | 17.1465 |
|
72 |
+
| 1.4249 | 3.0 | 693 | 1.3813 | 46.8705 | 23.5239 | 39.6689 | 43.2545 | 17.2930 |
|
73 |
+
| 1.4249 | 4.0 | 924 | 1.3801 | 46.9726 | 23.6143 | 39.6028 | 43.3278 | 17.2112 |
|
74 |
+
| 1.3528 | 5.0 | 1155 | 1.3794 | 46.8948 | 23.4445 | 39.5763 | 43.209 | 17.2540 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.27.3
|
80 |
+
- Pytorch 1.10.0
|
81 |
+
- Datasets 2.10.1
|
82 |
+
- Tokenizers 0.13.2
|