Commit
·
c142e23
1
Parent(s):
5b7874c
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- arxiv-summarization
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: arxiv-summarization-t5-small-2022-09-05
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: arxiv-summarization
|
17 |
+
type: arxiv-summarization
|
18 |
+
config: section
|
19 |
+
split: train
|
20 |
+
args: section
|
21 |
+
metrics:
|
22 |
+
- name: Rouge1
|
23 |
+
type: rouge
|
24 |
+
value: 18.348
|
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 |
+
# arxiv-summarization-t5-small-2022-09-05
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the arxiv-summarization dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.3012
|
35 |
+
- Rouge1: 18.348
|
36 |
+
- Rouge2: 7.0439
|
37 |
+
- Rougel: 14.6509
|
38 |
+
- Rougelsum: 16.6994
|
39 |
+
- Gen Len: 19.0
|
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: 8
|
60 |
+
- eval_batch_size: 8
|
61 |
+
- seed: 42
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- num_epochs: 3.0
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
69 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
70 |
+
| 2.5925 | 0.39 | 10000 | 2.4566 | 17.8432 | 6.6779 | 14.2303 | 16.1952 | 19.0 |
|
71 |
+
| 2.518 | 0.79 | 20000 | 2.3868 | 18.0354 | 6.8565 | 14.3552 | 16.3664 | 19.0 |
|
72 |
+
| 2.4587 | 1.18 | 30000 | 2.3600 | 18.2076 | 6.9618 | 14.5349 | 16.5626 | 19.0 |
|
73 |
+
| 2.4365 | 1.58 | 40000 | 2.3295 | 18.3579 | 7.0312 | 14.6145 | 16.6845 | 19.0 |
|
74 |
+
| 2.4306 | 1.97 | 50000 | 2.3190 | 18.4551 | 7.0861 | 14.6879 | 16.7627 | 19.0 |
|
75 |
+
| 2.4005 | 2.37 | 60000 | 2.3056 | 18.3521 | 7.0496 | 14.6413 | 16.6832 | 19.0 |
|
76 |
+
| 2.396 | 2.76 | 70000 | 2.3012 | 18.348 | 7.0439 | 14.6509 | 16.6994 | 19.0 |
|
77 |
+
|
78 |
+
|
79 |
+
### Framework versions
|
80 |
+
|
81 |
+
- Transformers 4.22.0.dev0
|
82 |
+
- Pytorch 1.12.1+cu102
|
83 |
+
- Datasets 2.4.0
|
84 |
+
- Tokenizers 0.12.1
|