End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 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
|
| 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: 2.9368
|
| 23 |
+
- Model Preparation Time: 0.0038
|
| 24 |
+
- Rouge1: 16.1955
|
| 25 |
+
- Rouge2: 8.1292
|
| 26 |
+
- Rougel: 15.9218
|
| 27 |
+
- Rougelsum: 15.9516
|
| 28 |
+
|
| 29 |
+
## Model description
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Intended uses & limitations
|
| 34 |
+
|
| 35 |
+
More information needed
|
| 36 |
+
|
| 37 |
+
## Training and evaluation data
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Training procedure
|
| 42 |
+
|
| 43 |
+
### Training hyperparameters
|
| 44 |
+
|
| 45 |
+
The following hyperparameters were used during training:
|
| 46 |
+
- learning_rate: 5.6e-05
|
| 47 |
+
- train_batch_size: 16
|
| 48 |
+
- eval_batch_size: 16
|
| 49 |
+
- seed: 42
|
| 50 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 51 |
+
- lr_scheduler_type: linear
|
| 52 |
+
- num_epochs: 10
|
| 53 |
+
|
| 54 |
+
### Training results
|
| 55 |
+
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:-------:|:------:|:-------:|:---------:|
|
| 58 |
+
| 9.0889 | 1.0 | 500 | 3.4117 | 0.0038 | 12.541 | 5.1023 | 11.9039 | 11.8749 |
|
| 59 |
+
| 4.3977 | 2.0 | 1000 | 3.1900 | 0.0038 | 15.342 | 6.747 | 14.9223 | 14.8598 |
|
| 60 |
+
| 3.9595 | 3.0 | 1500 | 3.0817 | 0.0038 | 15.3976 | 6.2063 | 15.0635 | 15.069 |
|
| 61 |
+
| 3.7525 | 4.0 | 2000 | 3.0560 | 0.0038 | 15.7991 | 6.8536 | 15.4657 | 15.5263 |
|
| 62 |
+
| 3.6191 | 5.0 | 2500 | 3.0048 | 0.0038 | 16.3791 | 7.3671 | 16.0817 | 16.059 |
|
| 63 |
+
| 3.5155 | 6.0 | 3000 | 2.9779 | 0.0038 | 16.2311 | 7.5629 | 15.7492 | 15.758 |
|
| 64 |
+
| 3.4497 | 7.0 | 3500 | 2.9663 | 0.0038 | 16.2554 | 8.1464 | 15.9499 | 15.9152 |
|
| 65 |
+
| 3.3889 | 8.0 | 4000 | 2.9438 | 0.0038 | 16.5764 | 8.3698 | 16.3225 | 16.2848 |
|
| 66 |
+
| 3.3656 | 9.0 | 4500 | 2.9365 | 0.0038 | 16.1416 | 8.0266 | 15.8921 | 15.8913 |
|
| 67 |
+
| 3.3562 | 10.0 | 5000 | 2.9368 | 0.0038 | 16.1955 | 8.1292 | 15.9218 | 15.9516 |
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
### Framework versions
|
| 71 |
+
|
| 72 |
+
- Transformers 4.50.0
|
| 73 |
+
- Pytorch 2.6.0+cu124
|
| 74 |
+
- Datasets 3.4.1
|
| 75 |
+
- Tokenizers 0.21.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.50.0"
|
| 6 |
+
}
|
runs/Mar27_06-35-11_fb6522921b78/events.out.tfevents.1743057325.fb6522921b78.695.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:53af83ce91149e34f3fe6abeb387fca8c4f791b7b7f08b9aec1c851e1a955d75
|
| 3 |
+
size 14333
|