Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google/mt5-small
|
5 |
+
tags:
|
6 |
+
- summarization
|
7 |
+
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
model-index:
|
11 |
+
- name: mt5-small-finetuned-amazon-en-es
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# mt5-small-finetuned-amazon-en-es
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 3.0303
|
23 |
+
- Rouge1: 16.6574
|
24 |
+
- Rouge2: 7.6087
|
25 |
+
- Rougel: 16.1121
|
26 |
+
- Rougelsum: 15.9789
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 5.6e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 8
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
57 |
+
| 6.9675 | 1.0 | 1209 | 3.2986 | 15.3405 | 6.9182 | 14.865 | 14.7651 |
|
58 |
+
| 3.8997 | 2.0 | 2418 | 3.1665 | 16.2945 | 7.6832 | 15.7433 | 15.6692 |
|
59 |
+
| 3.5826 | 3.0 | 3627 | 3.1106 | 17.1601 | 8.4608 | 16.5709 | 16.3502 |
|
60 |
+
| 3.421 | 4.0 | 4836 | 3.0963 | 17.3293 | 8.7427 | 16.8713 | 16.7387 |
|
61 |
+
| 3.3089 | 5.0 | 6045 | 3.0490 | 16.7504 | 7.5971 | 16.138 | 16.072 |
|
62 |
+
| 3.2437 | 6.0 | 7254 | 3.0401 | 16.7586 | 7.8912 | 16.0112 | 15.8733 |
|
63 |
+
| 3.2133 | 7.0 | 8463 | 3.0292 | 16.3509 | 7.6271 | 15.9685 | 15.827 |
|
64 |
+
| 3.1851 | 8.0 | 9672 | 3.0303 | 16.6574 | 7.6087 | 16.1121 | 15.9789 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.46.2
|
70 |
+
- Pytorch 2.5.1+cu121
|
71 |
+
- Datasets 3.1.0
|
72 |
+
- Tokenizers 0.20.3
|
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.46.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:b7ea2dd42c79fcfe86a56691a782c296c60e65eaab3efe3c7ab57cb2067add32
|
3 |
size 1200729512
|
runs/Dec03_19-57-59_ce1971fed2c5/events.out.tfevents.1733255906.ce1971fed2c5.1273.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:a7b8d01a58e41ad7b5a90590bd864ad9d7f5664d1789af93f17c8467e7152ee8
|
3 |
+
size 11223
|
runs/Dec03_19-57-59_ce1971fed2c5/events.out.tfevents.1733259706.ce1971fed2c5.1273.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca43350af7e7dedc7fb3357ccc9270b4f07a03424d36565f1928a5744616d47f
|
3 |
+
size 562
|