Model save
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mt5-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: mt5-small-finetuned-cnn_dailymail
|
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-finetuned-cnn_dailymail
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5244
|
21 |
+
- Rouge1: 23.8806
|
22 |
+
- Rouge2: 11.7122
|
23 |
+
- Rougel: 20.1043
|
24 |
+
- Rougelsum: 22.5041
|
25 |
+
- Bleu 1: 3.5889
|
26 |
+
- Bleu 2: 2.411
|
27 |
+
- Bleu 3: 1.7466
|
28 |
+
- Meteor: 11.8919
|
29 |
+
- Lungime rezumat: 11.496
|
30 |
+
- Lungime original: 46.991
|
31 |
+
|
32 |
+
## Model description
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Intended uses & limitations
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training and evaluation data
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training procedure
|
45 |
+
|
46 |
+
### Training hyperparameters
|
47 |
+
|
48 |
+
The following hyperparameters were used during training:
|
49 |
+
- learning_rate: 5.6e-05
|
50 |
+
- train_batch_size: 16
|
51 |
+
- eval_batch_size: 16
|
52 |
+
- seed: 42
|
53 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
+
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 4
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu 1 | Bleu 2 | Bleu 3 | Meteor | Lungime rezumat | Lungime original |
|
60 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:------:|:------:|:------:|:-------:|:---------------:|:----------------:|
|
61 |
+
| 2.9989 | 1.0 | 3583 | 1.6617 | 21.745 | 9.6834 | 17.6 | 20.1315 | 3.1902 | 2.0591 | 1.4759 | 10.57 | 11.408 | 46.991 |
|
62 |
+
| 1.8552 | 2.0 | 7166 | 1.5640 | 22.5336 | 10.3837 | 18.3609 | 20.9449 | 3.2826 | 2.1341 | 1.5187 | 11.0138 | 11.3677 | 46.991 |
|
63 |
+
| 1.7715 | 3.0 | 10749 | 1.5354 | 23.5705 | 11.4281 | 19.7129 | 22.1588 | 3.5276 | 2.3649 | 1.7132 | 11.7397 | 11.4513 | 46.991 |
|
64 |
+
| 1.7385 | 4.0 | 14332 | 1.5244 | 23.8806 | 11.7122 | 20.1043 | 22.5041 | 3.5889 | 2.411 | 1.7466 | 11.8919 | 11.496 | 46.991 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.40.0
|
70 |
+
- Pytorch 2.2.2+cu118
|
71 |
+
- Datasets 2.19.0
|
72 |
+
- 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.40.0"
|
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:edfc72b634ceb06ef3aa4d15349f8696ccaddc925383248bf034a10b4d7633ed
|
3 |
size 1200729512
|
runs/May06_01-37-30_DESKTOP-I570M0U/events.out.tfevents.1714948652.DESKTOP-I570M0U.3706.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:262d5a4b28665a5cf892955f86aa3403435a8f0040960e56916ae3447b0a457f
|
3 |
+
size 9380
|