tanatapanun
commited on
Commit
•
62f0441
1
Parent(s):
d22e226
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/flan-t5-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: fine-tuned-flan-t5-20-epochs
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# fine-tuned-flan-t5-20-epochs
|
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: 0.7842
|
21 |
+
- Rouge1: 0.2614
|
22 |
+
- Rouge2: 0.0824
|
23 |
+
- Rougel: 0.226
|
24 |
+
- Rougelsum: 0.2273
|
25 |
+
- Gen Len: 14.54
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 4
|
46 |
+
- eval_batch_size: 4
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 20
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 301 | 1.8551 | 0.1314 | 0.0425 | 0.1139 | 0.1139 | 11.4 |
|
57 |
+
| 2.7128 | 2.0 | 602 | 0.9826 | 0.1868 | 0.065 | 0.1564 | 0.1571 | 15.06 |
|
58 |
+
| 2.7128 | 3.0 | 903 | 0.8569 | 0.2079 | 0.0718 | 0.1716 | 0.1722 | 15.05 |
|
59 |
+
| 1.1113 | 4.0 | 1204 | 0.8300 | 0.2141 | 0.0705 | 0.181 | 0.181 | 14.59 |
|
60 |
+
| 0.9116 | 5.0 | 1505 | 0.8204 | 0.2254 | 0.0837 | 0.1943 | 0.1945 | 14.92 |
|
61 |
+
| 0.9116 | 6.0 | 1806 | 0.8116 | 0.243 | 0.0807 | 0.2074 | 0.2072 | 15.03 |
|
62 |
+
| 0.8732 | 7.0 | 2107 | 0.8082 | 0.2376 | 0.0752 | 0.2015 | 0.2016 | 14.83 |
|
63 |
+
| 0.8732 | 8.0 | 2408 | 0.8007 | 0.2345 | 0.0735 | 0.2015 | 0.2021 | 14.41 |
|
64 |
+
| 0.8336 | 9.0 | 2709 | 0.7968 | 0.2456 | 0.0757 | 0.2081 | 0.2081 | 14.4 |
|
65 |
+
| 0.8151 | 10.0 | 3010 | 0.7942 | 0.2544 | 0.0752 | 0.2134 | 0.2146 | 14.58 |
|
66 |
+
| 0.8151 | 11.0 | 3311 | 0.7924 | 0.2497 | 0.0783 | 0.2118 | 0.2124 | 14.5 |
|
67 |
+
| 0.8187 | 12.0 | 3612 | 0.7907 | 0.2552 | 0.0769 | 0.2189 | 0.2191 | 14.43 |
|
68 |
+
| 0.8187 | 13.0 | 3913 | 0.7891 | 0.258 | 0.077 | 0.2197 | 0.2199 | 14.37 |
|
69 |
+
| 0.8028 | 14.0 | 4214 | 0.7867 | 0.2511 | 0.0801 | 0.2146 | 0.2147 | 14.71 |
|
70 |
+
| 0.7793 | 15.0 | 4515 | 0.7852 | 0.2551 | 0.0777 | 0.2175 | 0.2177 | 14.67 |
|
71 |
+
| 0.7793 | 16.0 | 4816 | 0.7858 | 0.2594 | 0.0774 | 0.2219 | 0.2219 | 14.47 |
|
72 |
+
| 0.7872 | 17.0 | 5117 | 0.7850 | 0.2609 | 0.0803 | 0.2233 | 0.2244 | 14.56 |
|
73 |
+
| 0.7872 | 18.0 | 5418 | 0.7843 | 0.2599 | 0.0811 | 0.2242 | 0.2256 | 14.55 |
|
74 |
+
| 0.7756 | 19.0 | 5719 | 0.7844 | 0.261 | 0.0824 | 0.2256 | 0.2271 | 14.55 |
|
75 |
+
| 0.7752 | 20.0 | 6020 | 0.7842 | 0.2614 | 0.0824 | 0.226 | 0.2273 | 14.54 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.35.2
|
81 |
+
- Pytorch 2.1.0+cu121
|
82 |
+
- Datasets 2.16.0
|
83 |
+
- Tokenizers 0.15.0
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.35.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 307867048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50c34ecee8c646bbc9bb0c2a803f4299dc67bc95b72037eb6d67ec4078b6ac53
|
3 |
size 307867048
|
runs/Dec28_04-10-29_f0880a42a23d/events.out.tfevents.1703736631.f0880a42a23d.1158.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcae6d05f591270a7b6584c1bf69cbb9f431f341295398f8d5ccf882ecebe29f
|
3 |
+
size 18019
|