update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- summarization
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: mt5-small-text-sum-3
|
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 |
+
# mt5-small-text-sum-3
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.3392
|
21 |
+
- Rouge1: 21.71
|
22 |
+
- Rouge2: 6.65
|
23 |
+
- Rougel: 21.31
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.0001
|
43 |
+
- train_batch_size: 10
|
44 |
+
- eval_batch_size: 10
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 40
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|
|
54 |
+
| 4.6563 | 1.61 | 500 | 2.5975 | 16.78 | 5.15 | 16.64 |
|
55 |
+
| 3.1112 | 3.22 | 1000 | 2.4856 | 17.05 | 5.31 | 16.8 |
|
56 |
+
| 2.876 | 4.82 | 1500 | 2.4217 | 18.1 | 5.36 | 17.85 |
|
57 |
+
| 2.7557 | 6.43 | 2000 | 2.4423 | 18.65 | 5.76 | 18.27 |
|
58 |
+
| 2.6327 | 8.04 | 2500 | 2.4024 | 19.44 | 6.02 | 19.16 |
|
59 |
+
| 2.5444 | 9.65 | 3000 | 2.3581 | 18.76 | 5.58 | 18.4 |
|
60 |
+
| 2.4373 | 11.25 | 3500 | 2.3654 | 19.87 | 6.48 | 19.43 |
|
61 |
+
| 2.4058 | 12.86 | 4000 | 2.3767 | 19.87 | 5.96 | 19.43 |
|
62 |
+
| 2.3404 | 14.47 | 4500 | 2.3602 | 20.01 | 5.94 | 19.64 |
|
63 |
+
| 2.2882 | 16.08 | 5000 | 2.3392 | 21.71 | 6.65 | 21.31 |
|
64 |
+
| 2.2263 | 17.68 | 5500 | 2.3520 | 20.31 | 6.3 | 20.04 |
|
65 |
+
| 2.1948 | 19.29 | 6000 | 2.3699 | 21.2 | 6.84 | 20.81 |
|
66 |
+
| 2.154 | 20.9 | 6500 | 2.3472 | 20.39 | 5.82 | 19.94 |
|
67 |
+
| 2.1218 | 22.51 | 7000 | 2.3679 | 20.07 | 6.38 | 19.69 |
|
68 |
+
| 2.073 | 24.12 | 7500 | 2.3457 | 19.7 | 5.8 | 19.2 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.26.1
|
74 |
+
- Pytorch 1.13.1+cu116
|
75 |
+
- Datasets 2.10.1
|
76 |
+
- Tokenizers 0.13.2
|