Training complete
Browse files
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: google/mt5-small
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- rouge
|
| 8 |
+
model-index:
|
| 9 |
+
- name: mt5-small-finetuned-amazon-en-es
|
| 10 |
+
results: []
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 14 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 15 |
+
|
| 16 |
+
# mt5-small-finetuned-amazon-en-es
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 3.0397
|
| 21 |
+
- Rouge1: 16.98
|
| 22 |
+
- Rouge2: 7.8929
|
| 23 |
+
- Rougel: 16.3644
|
| 24 |
+
- Rougelsum: 16.4476
|
| 25 |
+
|
| 26 |
+
## Model description
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Intended uses & limitations
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training and evaluation data
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training procedure
|
| 39 |
+
|
| 40 |
+
### Training hyperparameters
|
| 41 |
+
|
| 42 |
+
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 5.6e-05
|
| 44 |
+
- train_batch_size: 8
|
| 45 |
+
- eval_batch_size: 8
|
| 46 |
+
- seed: 42
|
| 47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
+
- lr_scheduler_type: linear
|
| 49 |
+
- num_epochs: 8
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
|
| 55 |
+
| 7.8974 | 1.0 | 1209 | 3.3189 | 13.3079 | 4.9395 | 12.9401 | 12.9378 |
|
| 56 |
+
| 3.9255 | 2.0 | 2418 | 3.1756 | 16.2829 | 7.8355 | 15.7221 | 15.7776 |
|
| 57 |
+
| 3.5938 | 3.0 | 3627 | 3.1217 | 18.6193 | 9.6297 | 17.7226 | 17.8895 |
|
| 58 |
+
| 3.4294 | 4.0 | 4836 | 3.1036 | 17.6104 | 8.5851 | 16.8473 | 16.8296 |
|
| 59 |
+
| 3.3129 | 5.0 | 6045 | 3.0564 | 15.8986 | 7.3515 | 15.3339 | 15.4281 |
|
| 60 |
+
| 3.2488 | 6.0 | 7254 | 3.0497 | 16.7475 | 7.9259 | 16.0704 | 16.1902 |
|
| 61 |
+
| 3.2162 | 7.0 | 8463 | 3.0390 | 16.6901 | 8.201 | 16.3029 | 16.3853 |
|
| 62 |
+
| 3.1883 | 8.0 | 9672 | 3.0397 | 16.98 | 7.8929 | 16.3644 | 16.4476 |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
### Framework versions
|
| 66 |
+
|
| 67 |
+
- Transformers 4.42.4
|
| 68 |
+
- Pytorch 2.4.0+cu121
|
| 69 |
+
- Datasets 2.21.0
|
| 70 |
+
- Tokenizers 0.19.1
|
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.42.4"
|
| 6 |
+
}
|
runs/Aug28_05-16-13_5f425d00a78c/events.out.tfevents.1724822189.5f425d00a78c.362.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:9e7d43f8bf7c632ff056f49aa2345ec2db60ff89a4287db82e0913849a1ffe10
|
| 3 |
+
size 11000
|
runs/Aug28_05-16-13_5f425d00a78c/events.out.tfevents.1724827023.5f425d00a78c.362.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:266973d26ad06c9e21799d8bcafcf53f2c46fd8fd6cc27f9979856df2502b9a9
|
| 3 |
+
size 562
|