MarcosAutuori
commited on
Training complete
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-amazon-en-es
|
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-amazon-en-es
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 3.0656
|
22 |
+
- Rouge1: 15.6444
|
23 |
+
- Rouge2: 7.1213
|
24 |
+
- Rougel: 15.1199
|
25 |
+
- Rougelsum: 15.1977
|
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 |
+
| 7.1956 | 1.0 | 1209 | 3.3170 | 14.3233 | 5.9058 | 14.2101 | 14.1479 |
|
57 |
+
| 3.8992 | 2.0 | 2418 | 3.2469 | 17.2106 | 8.2802 | 16.5694 | 16.6279 |
|
58 |
+
| 3.6016 | 3.0 | 3627 | 3.1369 | 16.6585 | 8.3859 | 16.0162 | 16.0873 |
|
59 |
+
| 3.4161 | 4.0 | 4836 | 3.1090 | 16.4091 | 7.9873 | 15.9314 | 15.9518 |
|
60 |
+
| 3.3189 | 5.0 | 6045 | 3.0682 | 15.9424 | 7.1211 | 15.4668 | 15.4841 |
|
61 |
+
| 3.2496 | 6.0 | 7254 | 3.0482 | 15.8669 | 7.273 | 15.3226 | 15.363 |
|
62 |
+
| 3.1971 | 7.0 | 8463 | 3.0712 | 15.9518 | 7.2165 | 15.3741 | 15.4616 |
|
63 |
+
| 3.1778 | 8.0 | 9672 | 3.0656 | 15.6444 | 7.1213 | 15.1199 | 15.1977 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.41.2
|
69 |
+
- Pytorch 2.3.0+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.41.2"
|
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:9b07738ed453f51588e11b218d3e458daa31e9fa042cdd52d0b07e3c99335616
|
3 |
size 1200729512
|
runs/Jul07_02-48-21_39029b5bce1e/events.out.tfevents.1720320534.39029b5bce1e.2045.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:024b99e1b5d5a9715daa8c9cb4331a4549c43bf87ccd78c66c305e65f11cfa86
|
3 |
+
size 11374
|
runs/Jul07_02-48-21_39029b5bce1e/events.out.tfevents.1720322755.39029b5bce1e.2045.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e856bad4b31ecf128b3233510dcbd093b7d6837c2a68a829d28c64f416c6fc22
|
3 |
+
size 562
|