agokulakrishna
commited on
Commit
•
bebfcb3
1
Parent(s):
9ce2992
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: 13.1103
|
23 |
+
- Rouge1: 0.0
|
24 |
+
- Rouge2: 0.0
|
25 |
+
- Rougel: 0.0
|
26 |
+
- Rougelsum: 0.0
|
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 |
+
| 22.3471 | 1.0 | 9 | 16.2987 | 0.1246 | 0.0 | 0.1246 | 0.1246 |
|
58 |
+
| 23.6106 | 2.0 | 18 | 14.8616 | 0.1246 | 0.0 | 0.1246 | 0.1246 |
|
59 |
+
| 24.9397 | 3.0 | 27 | 13.9166 | 0.1246 | 0.0 | 0.1246 | 0.1246 |
|
60 |
+
| 22.958 | 4.0 | 36 | 14.0289 | 0.0 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| 21.3543 | 5.0 | 45 | 13.3781 | 0.0 | 0.0 | 0.0 | 0.0 |
|
62 |
+
| 21.0295 | 6.0 | 54 | 13.2792 | 0.0 | 0.0 | 0.0 | 0.0 |
|
63 |
+
| 20.4966 | 7.0 | 63 | 13.1463 | 0.0 | 0.0 | 0.0 | 0.0 |
|
64 |
+
| 19.4155 | 8.0 | 72 | 13.1103 | 0.0 | 0.0 | 0.0 | 0.0 |
|
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/Dec05_02-14-37_fb7f51373c60/events.out.tfevents.1733365551.fb7f51373c60.4022.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:f5b69363a261699d6e10a0bd03a04b52d63f86b243deed0b2fff79d84de215ee
|
3 |
+
size 11317
|
runs/Dec05_02-14-37_fb7f51373c60/events.out.tfevents.1733367307.fb7f51373c60.4022.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bf9070ac46f15b436d0df4cba7d131c73aef2fca5a5023cb45e6a6bf8018177
|
3 |
+
size 553
|