Commit
·
be738fd
1
Parent(s):
8fb2f57
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- summarization
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: t5-small-train
|
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 |
+
# t5-small-train
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.2692
|
21 |
+
- Rouge1: 43.5294
|
22 |
+
- Rouge2: 20.1218
|
23 |
+
- Rougel: 38.2432
|
24 |
+
- Rougelsum: 38.5309
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 5.6e-05
|
44 |
+
- train_batch_size: 8
|
45 |
+
- eval_batch_size: 8
|
46 |
+
- seed: 42
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 8
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
55 |
+
| 2.2002 | 1.0 | 45 | 2.3801 | 39.5927 | 17.56 | 34.8839 | 34.977 |
|
56 |
+
| 2.2874 | 2.0 | 90 | 2.3215 | 42.1206 | 19.5707 | 37.4264 | 37.5744 |
|
57 |
+
| 2.1849 | 3.0 | 135 | 2.2984 | 42.9145 | 19.909 | 38.037 | 38.2372 |
|
58 |
+
| 2.118 | 4.0 | 180 | 2.2840 | 42.8622 | 19.9657 | 37.7942 | 38.0604 |
|
59 |
+
| 2.1313 | 5.0 | 225 | 2.2769 | 43.1308 | 19.5776 | 37.7888 | 38.0067 |
|
60 |
+
| 2.0853 | 6.0 | 270 | 2.2704 | 43.5864 | 20.101 | 38.1732 | 38.4421 |
|
61 |
+
| 2.0429 | 7.0 | 315 | 2.2697 | 43.3193 | 19.9277 | 37.9448 | 38.2164 |
|
62 |
+
| 2.0436 | 8.0 | 360 | 2.2692 | 43.5294 | 20.1218 | 38.2432 | 38.5309 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.18.0
|
68 |
+
- Pytorch 1.10.0+cu111
|
69 |
+
- Datasets 2.1.0
|
70 |
+
- Tokenizers 0.12.1
|