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.0283
|
23 |
+
- Rouge1: 17.0422
|
24 |
+
- Rouge2: 8.2568
|
25 |
+
- Rougel: 16.66
|
26 |
+
- Rougelsum: 16.5239
|
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
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.7874 | 1.0 | 1209 | 3.3081 | 13.7446 | 5.3855 | 13.3529 | 13.2457 |
|
58 |
+
| 3.9088 | 2.0 | 2418 | 3.1782 | 16.248 | 8.6744 | 16.004 | 15.9224 |
|
59 |
+
| 3.5883 | 3.0 | 3627 | 3.1074 | 17.7575 | 9.0039 | 17.3087 | 17.1618 |
|
60 |
+
| 3.4174 | 4.0 | 4836 | 3.0686 | 17.1698 | 8.7835 | 16.8093 | 16.7039 |
|
61 |
+
| 3.3103 | 5.0 | 6045 | 3.0487 | 16.4408 | 8.0018 | 16.0564 | 15.8923 |
|
62 |
+
| 3.251 | 6.0 | 7254 | 3.0379 | 16.9722 | 8.2897 | 16.636 | 16.5131 |
|
63 |
+
| 3.2022 | 7.0 | 8463 | 3.0252 | 17.3609 | 8.5806 | 17.0055 | 16.9507 |
|
64 |
+
| 3.1725 | 8.0 | 9672 | 3.0283 | 17.0422 | 8.2568 | 16.66 | 16.5239 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.45.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.45.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:725d68c83514164dfbea575d9248d715980b8b50e8fe85a806e450b362dba2e7
|
3 |
size 1200729512
|
runs/Dec03_03-15-10_5b37c79ca5a1/events.out.tfevents.1733195815.5b37c79ca5a1.1799.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:702996046d314f1ab8d7454a9c04b2c3b1efc3cc496755da5239b59bd9bd8248
|
3 |
+
size 11112
|
runs/Dec03_03-15-10_5b37c79ca5a1/events.out.tfevents.1733197504.5b37c79ca5a1.1799.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b0a274dfc7fab1a8d4f1f2c7c8ba99a7a77fde85cb5d9f4e88cb7024a1cfbe
|
3 |
+
size 562
|