TerryHenrickson
commited on
Commit
•
41cb679
1
Parent(s):
e2c3d46
End of training
Browse files- README.md +34 -6
- generation_config.json +1 -1
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: t5-small-finetuned-xsum
|
8 |
results: []
|
@@ -14,6 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# t5-small-finetuned-xsum
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,18 +47,37 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2
|
46 |
-
|
47 |
-
| No log | 1.0 | 125 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
-
- Transformers 4.
|
53 |
- Pytorch 2.0.1+cu118
|
54 |
-
- Datasets 2.14.
|
55 |
- Tokenizers 0.13.3
|
|
|
3 |
base_model: t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
model-index:
|
9 |
- name: t5-small-finetuned-xsum
|
10 |
results: []
|
|
|
16 |
# t5-small-finetuned-xsum
|
17 |
|
18 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0078
|
21 |
+
- Rouge1: 48.0041
|
22 |
+
- Rouge2: 41.1108
|
23 |
+
- Rougel: 48.0417
|
24 |
+
- Rougelsum: 48.0048
|
25 |
+
- Gen Len: 19.0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
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 | 125 | 0.8794 | 6.6951 | 0.2224 | 5.4261 | 5.4191 | 18.59 |
|
57 |
+
| No log | 2.0 | 250 | 0.1755 | 41.0386 | 32.7852 | 41.06 | 41.0268 | 19.0 |
|
58 |
+
| No log | 3.0 | 375 | 0.0702 | 38.8519 | 30.7641 | 38.8569 | 38.8409 | 19.0 |
|
59 |
+
| 0.9138 | 4.0 | 500 | 0.0436 | 42.2193 | 34.4917 | 42.2304 | 42.2051 | 19.0 |
|
60 |
+
| 0.9138 | 5.0 | 625 | 0.0315 | 42.069 | 34.3637 | 42.1018 | 42.0801 | 19.0 |
|
61 |
+
| 0.9138 | 6.0 | 750 | 0.0233 | 45.9645 | 38.6498 | 45.9851 | 45.958 | 19.0 |
|
62 |
+
| 0.9138 | 7.0 | 875 | 0.0198 | 45.9049 | 38.6707 | 45.9519 | 45.9069 | 19.0 |
|
63 |
+
| 0.0769 | 8.0 | 1000 | 0.0175 | 45.8588 | 38.5195 | 45.8955 | 45.8691 | 19.0 |
|
64 |
+
| 0.0769 | 9.0 | 1125 | 0.0148 | 46.487 | 39.3562 | 46.5325 | 46.4933 | 19.0 |
|
65 |
+
| 0.0769 | 10.0 | 1250 | 0.0131 | 46.8666 | 39.7413 | 46.9032 | 46.8584 | 19.0 |
|
66 |
+
| 0.0769 | 11.0 | 1375 | 0.0117 | 47.1968 | 40.1561 | 47.2436 | 47.1913 | 19.0 |
|
67 |
+
| 0.0444 | 12.0 | 1500 | 0.0106 | 47.4808 | 40.4857 | 47.5092 | 47.4752 | 19.0 |
|
68 |
+
| 0.0444 | 13.0 | 1625 | 0.0098 | 47.4893 | 40.4966 | 47.5301 | 47.5073 | 19.0 |
|
69 |
+
| 0.0444 | 14.0 | 1750 | 0.0092 | 47.5574 | 40.573 | 47.5867 | 47.5567 | 19.0 |
|
70 |
+
| 0.0444 | 15.0 | 1875 | 0.0088 | 47.7141 | 40.7683 | 47.753 | 47.7052 | 19.0 |
|
71 |
+
| 0.0333 | 16.0 | 2000 | 0.0084 | 47.7701 | 40.8465 | 47.8078 | 47.7729 | 19.0 |
|
72 |
+
| 0.0333 | 17.0 | 2125 | 0.0081 | 47.8671 | 40.9538 | 47.9002 | 47.8609 | 19.0 |
|
73 |
+
| 0.0333 | 18.0 | 2250 | 0.0079 | 47.8993 | 40.993 | 47.9353 | 47.8973 | 19.0 |
|
74 |
+
| 0.0333 | 19.0 | 2375 | 0.0079 | 48.01 | 41.1113 | 48.0419 | 48.0021 | 19.0 |
|
75 |
+
| 0.029 | 20.0 | 2500 | 0.0078 | 48.0041 | 41.1108 | 48.0417 | 48.0048 | 19.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
+
- Transformers 4.33.1
|
81 |
- Pytorch 2.0.1+cu118
|
82 |
+
- Datasets 2.14.5
|
83 |
- Tokenizers 0.13.3
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.33.1"
|
6 |
}
|