Training complete
Browse files- README.md +72 -0
- generation_config.json +6 -0
- model.safetensors +1 -1
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 the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 3.0360
|
23 |
+
- Rouge1: 0.1681
|
24 |
+
- Rouge2: 0.0806
|
25 |
+
- Rougel: 0.1659
|
26 |
+
- Rougelsum: 0.1644
|
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 OptimizerNames.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 |
+
| 1.4116 | 1.0 | 1209 | 4.7712 | 0.1894 | 0.0970 | 0.1849 | 0.1842 |
|
58 |
+
| 3.6196 | 2.0 | 2418 | 3.1344 | 0.1705 | 0.0797 | 0.1666 | 0.1668 |
|
59 |
+
| 3.3503 | 3.0 | 3627 | 3.0873 | 0.1665 | 0.0733 | 0.1629 | 0.1623 |
|
60 |
+
| 3.2243 | 4.0 | 4836 | 3.0761 | 0.1676 | 0.0763 | 0.1654 | 0.1640 |
|
61 |
+
| 3.133 | 5.0 | 6045 | 3.0613 | 0.1732 | 0.0816 | 0.1710 | 0.1696 |
|
62 |
+
| 3.0915 | 6.0 | 7254 | 3.0364 | 0.1623 | 0.0775 | 0.1603 | 0.1599 |
|
63 |
+
| 3.0527 | 7.0 | 8463 | 3.0387 | 0.1709 | 0.0826 | 0.1691 | 0.1680 |
|
64 |
+
| 3.0343 | 8.0 | 9672 | 3.0360 | 0.1681 | 0.0806 | 0.1659 | 0.1644 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.51.3
|
70 |
+
- Pytorch 2.5.0
|
71 |
+
- Datasets 3.3.2
|
72 |
+
- Tokenizers 0.21.0
|
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.51.3"
|
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:ea75795ccfb5421650a30cdf820121791d490f4bc24f478f16dd466bd119e7a1
|
3 |
size 1200729512
|