Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 11.3328
|
23 |
+
- Rouge1: 0.3915
|
24 |
+
- Rouge2: 0.1651
|
25 |
+
- Rougel: 0.3909
|
26 |
+
- Rougelsum: 0.3782
|
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: 6
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
57 |
+
| 25.705 | 1.0 | 11 | 18.5714 | 0.0764 | 0.0 | 0.0764 | 0.0764 |
|
58 |
+
| 22.5362 | 2.0 | 22 | 15.5799 | 0.1364 | 0.0 | 0.1364 | 0.1364 |
|
59 |
+
| 21.1813 | 3.0 | 33 | 12.7223 | 0.1364 | 0.0 | 0.1364 | 0.1364 |
|
60 |
+
| 17.5603 | 4.0 | 44 | 11.6810 | 0.3915 | 0.1651 | 0.3909 | 0.3782 |
|
61 |
+
| 18.4079 | 5.0 | 55 | 11.5279 | 0.3915 | 0.1651 | 0.3909 | 0.3782 |
|
62 |
+
| 18.1867 | 6.0 | 66 | 11.3328 | 0.3915 | 0.1651 | 0.3909 | 0.3782 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.46.3
|
68 |
+
- Pytorch 2.5.1+cu121
|
69 |
+
- Datasets 3.1.0
|
70 |
+
- 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.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:ac4a4198be8e70e4ab7ecf71053fbc44fe0fbc48eb68f23767461a69802f24c0
|
3 |
size 1200729512
|
runs/Dec03_22-39-51_4409d80f4e67/events.out.tfevents.1733265617.4409d80f4e67.903.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d15fa8652f16ad6c9dde4c0c86bc554275f3ca3983b3f85b2207dcac6e6dbb39
|
3 |
+
size 9767
|
runs/Dec03_22-39-51_4409d80f4e67/events.out.tfevents.1733265789.4409d80f4e67.903.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b157d7371f33186d80a6c98afe07b65ab0faf0281a6c08ccd3f70774168e1bb9
|
3 |
+
size 553
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b94fdea078a6b1298e409520c89ea9e86bba01061bc9b9aef1577c3ed48b5ea
|
3 |
size 5496
|