Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: t5-small
|
5 |
+
tags:
|
6 |
+
- summarization
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- multi_news
|
10 |
+
metrics:
|
11 |
+
- rouge
|
12 |
+
model-index:
|
13 |
+
- name: t5-small-Abstractive-Summarizer
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Sequence-to-sequence Language Modeling
|
17 |
+
type: text2text-generation
|
18 |
+
dataset:
|
19 |
+
name: multi_news
|
20 |
+
type: multi_news
|
21 |
+
config: default
|
22 |
+
split: validation
|
23 |
+
args: default
|
24 |
+
metrics:
|
25 |
+
- name: Rouge1
|
26 |
+
type: rouge
|
27 |
+
value: 15.0486
|
28 |
+
---
|
29 |
+
|
30 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
+
should probably proofread and complete it, then remove this comment. -->
|
32 |
+
|
33 |
+
# t5-small-Abstractive-Summarizer
|
34 |
+
|
35 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the multi_news dataset.
|
36 |
+
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 2.8162
|
38 |
+
- Rouge1: 15.0486
|
39 |
+
- Rouge2: 5.1197
|
40 |
+
- Rougel: 12.0288
|
41 |
+
- Rougelsum: 13.4434
|
42 |
+
|
43 |
+
## Model description
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Intended uses & limitations
|
48 |
+
|
49 |
+
More information needed
|
50 |
+
|
51 |
+
## Training and evaluation data
|
52 |
+
|
53 |
+
More information needed
|
54 |
+
|
55 |
+
## Training procedure
|
56 |
+
|
57 |
+
### Training hyperparameters
|
58 |
+
|
59 |
+
The following hyperparameters were used during training:
|
60 |
+
- learning_rate: 0.00056
|
61 |
+
- train_batch_size: 8
|
62 |
+
- eval_batch_size: 8
|
63 |
+
- seed: 42
|
64 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
+
- lr_scheduler_type: linear
|
66 |
+
- num_epochs: 5
|
67 |
+
|
68 |
+
### Training results
|
69 |
+
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
71 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
72 |
+
| 2.7895 | 1.0 | 113 | 2.7479 | 15.6051 | 5.1347 | 12.2224 | 13.8875 |
|
73 |
+
| 2.6034 | 2.0 | 226 | 2.7745 | 15.2054 | 4.7334 | 11.7555 | 13.436 |
|
74 |
+
| 2.4515 | 3.0 | 339 | 2.7820 | 15.008 | 4.6612 | 11.5993 | 13.3788 |
|
75 |
+
| 2.3439 | 4.0 | 452 | 2.8056 | 15.2475 | 4.9304 | 11.8552 | 13.4615 |
|
76 |
+
| 2.2803 | 5.0 | 565 | 2.8162 | 15.0486 | 5.1197 | 12.0288 | 13.4434 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.44.2
|
82 |
+
- Pytorch 2.4.0+cu121
|
83 |
+
- Datasets 2.21.0
|
84 |
+
- Tokenizers 0.19.1
|
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.44.2"
|
6 |
+
}
|
runs/Sep06_15-49-44_2c639ca3c197/events.out.tfevents.1725637906.2c639ca3c197.2807.0
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:02bb727dd7373a25e46e4e03b4a238da5187024440a8dba09b0129cccc59477f
|
3 |
+
size 15749
|
runs/Sep06_15-49-44_2c639ca3c197/events.out.tfevents.1725638936.2c639ca3c197.2807.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c06b61ebdfe294d1cee2c4477e6cfde9a061440e7f06357ff6c88b2bb41dceb2
|
3 |
+
size 562
|