Jessica666
commited on
Commit
•
1d1d8fe
1
Parent(s):
1362c30
Training complete 20240724
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mt5-small
|
4 |
+
tags:
|
5 |
+
- summarization
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
model-index:
|
10 |
+
- name: mt5-small-finetuned-news_title_generation
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# mt5-small-finetuned-news_title_generation
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.8317
|
22 |
+
- Rouge1: 38.8271
|
23 |
+
- Rouge2: 15.9699
|
24 |
+
- Rougel: 37.4629
|
25 |
+
- Rougelsum: 37.4611
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 5.6e-05
|
45 |
+
- train_batch_size: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 8
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
55 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
56 |
+
| 2.9375 | 1.0 | 1715 | 2.1953 | 32.8581 | 12.0123 | 31.7428 | 31.7415 |
|
57 |
+
| 2.7861 | 2.0 | 3430 | 2.0516 | 34.7374 | 12.8384 | 33.5105 | 33.5139 |
|
58 |
+
| 2.5732 | 3.0 | 5145 | 1.9641 | 36.3304 | 14.2331 | 35.0356 | 35.0547 |
|
59 |
+
| 2.434 | 4.0 | 6860 | 1.9057 | 36.696 | 14.5408 | 35.4881 | 35.48 |
|
60 |
+
| 2.3377 | 5.0 | 8575 | 1.8784 | 37.5708 | 14.9623 | 36.232 | 36.2245 |
|
61 |
+
| 2.2665 | 6.0 | 10290 | 1.8506 | 38.0536 | 15.35 | 36.7089 | 36.6998 |
|
62 |
+
| 2.2281 | 7.0 | 12005 | 1.8379 | 38.6899 | 16.0013 | 37.3522 | 37.3469 |
|
63 |
+
| 2.2025 | 8.0 | 13720 | 1.8317 | 38.8271 | 15.9699 | 37.4629 | 37.4611 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.42.4
|
69 |
+
- Pytorch 2.3.1+cu121
|
70 |
+
- Datasets 2.20.0
|
71 |
+
- 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.42.4"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200729512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f925d21eff085f5aefb82565d91bf57594fcd6ee7aba1048d2cfe13ba69a479
|
3 |
size 1200729512
|
runs/Jul24_21-03-07_8f588331d517/events.out.tfevents.1721856940.8f588331d517.967.1
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:5c2c9e048474d7770f97ba4dc4bbae5ae23337247e3f4e22a5f9c31fd81b3064
|
3 |
+
size 11052
|
runs/Jul24_21-03-07_8f588331d517/events.out.tfevents.1721866407.8f588331d517.967.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76d9225a961723a634a03ea22e7a71060a40c511371950d3795db6b7242cfd82
|
3 |
+
size 562
|