hkodimuddana
commited on
Commit
•
ade0378
1
Parent(s):
d4aaf54
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.2830
|
23 |
+
- Rouge1: 15.06
|
24 |
+
- Rouge2: 6.78
|
25 |
+
- Rougel: 14.55
|
26 |
+
- Rougelsum: 14.52
|
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 |
+
| No log | 1.0 | 125 | 3.2940 | 14.93 | 6.52 | 14.68 | 14.68 |
|
58 |
+
| No log | 2.0 | 250 | 3.2848 | 14.36 | 6.32 | 13.93 | 13.9 |
|
59 |
+
| No log | 3.0 | 375 | 3.2891 | 14.01 | 6.4 | 13.68 | 13.61 |
|
60 |
+
| No log | 4.0 | 500 | 3.2786 | 14.26 | 6.35 | 13.87 | 13.83 |
|
61 |
+
| No log | 5.0 | 625 | 3.2825 | 14.55 | 5.54 | 14.17 | 14.14 |
|
62 |
+
| No log | 6.0 | 750 | 3.2934 | 14.16 | 6.38 | 13.81 | 13.78 |
|
63 |
+
| No log | 7.0 | 875 | 3.2830 | 14.83 | 6.67 | 14.43 | 14.39 |
|
64 |
+
| No log | 8.0 | 1000 | 3.2830 | 15.06 | 6.78 | 14.55 | 14.52 |
|
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 |
+
}
|
runs/Nov29_20-44-34_c043ca4f9994/events.out.tfevents.1732913975.c043ca4f9994.1578.1
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:2bbfd3cc4c70ebb95b0a8bdf61bd64fc312859b1bc2eaebc64c1fa0c50faf2b6
|
3 |
+
size 9514
|
runs/Nov29_20-44-34_c043ca4f9994/events.out.tfevents.1732914495.c043ca4f9994.1578.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0b0813afa22d0f4cbab24c51426203e74dfe80f1ebc07275cdb9a17966c808
|
3 |
+
size 562
|