File size: 1,959 Bytes
eb6abc8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
license: apache-2.0
base_model: google/mt5-small
tags:
- summarization
- generated_from_trainer
metrics:
- rouge
model-index:
- name: mt5-small-finetuned-indonesian-text-summarization-v3
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# mt5-small-finetuned-indonesian-text-summarization-v3
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7499
- Rouge1: 63.8193
- Rouge2: 58.2187
- Rougel: 63.1123
- Rougelsum: 63.2782
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5.6e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 5
### Training results
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
| 2.2426 | 1.0 | 1783 | 0.8618 | 62.2558 | 56.8185 | 61.5786 | 61.6898 |
| 0.9017 | 2.0 | 3566 | 0.7946 | 62.8862 | 57.2359 | 62.151 | 62.3178 |
| 0.7717 | 3.0 | 5349 | 0.7633 | 63.2898 | 57.6478 | 62.552 | 62.7381 |
| 0.7093 | 4.0 | 7132 | 0.7402 | 63.6899 | 58.0258 | 62.9883 | 63.137 |
| 0.6815 | 5.0 | 8915 | 0.7499 | 63.8193 | 58.2187 | 63.1123 | 63.2782 |
### Framework versions
- Transformers 4.42.4
- Pytorch 2.3.1+cu121
- Datasets 2.20.0
- Tokenizers 0.19.1
|