End of training
Browse files- README.md +93 -0
- config.json +33 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
- runs/Sep17_13-55-27_3eda1f5c40b7/events.out.tfevents.1726581329.3eda1f5c40b7.318.0 +3 -0
- special_tokens_map.json +23 -0
- spiece.model +3 -0
- tokenizer_config.json +39 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: google/mt5-base
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- rouge
|
| 9 |
+
model-index:
|
| 10 |
+
- name: mt5-rouge-durga-2
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# mt5-rouge-durga-2
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0126
|
| 22 |
+
- Rouge1: 0.6270
|
| 23 |
+
- Rouge2: 0.6003
|
| 24 |
+
- Rougel: 0.6244
|
| 25 |
+
- Rougelsum: 0.6247
|
| 26 |
+
|
| 27 |
+
## Model description
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Intended uses & limitations
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training and evaluation data
|
| 36 |
+
|
| 37 |
+
More information needed
|
| 38 |
+
|
| 39 |
+
## Training procedure
|
| 40 |
+
|
| 41 |
+
### Training hyperparameters
|
| 42 |
+
|
| 43 |
+
The following hyperparameters were used during training:
|
| 44 |
+
- learning_rate: 0.0003
|
| 45 |
+
- train_batch_size: 2
|
| 46 |
+
- eval_batch_size: 2
|
| 47 |
+
- seed: 42
|
| 48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
+
- lr_scheduler_type: linear
|
| 50 |
+
- num_epochs: 30
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
|
| 56 |
+
| 4.989 | 1.0 | 85 | 2.8197 | 0.2164 | 0.0941 | 0.1882 | 0.1883 |
|
| 57 |
+
| 3.116 | 2.0 | 170 | 2.0798 | 0.3122 | 0.1588 | 0.2604 | 0.2604 |
|
| 58 |
+
| 2.8357 | 3.0 | 255 | 1.5681 | 0.3446 | 0.1935 | 0.2953 | 0.2955 |
|
| 59 |
+
| 1.7776 | 4.0 | 340 | 1.1806 | 0.3324 | 0.1952 | 0.2895 | 0.2904 |
|
| 60 |
+
| 1.1881 | 5.0 | 425 | 0.9407 | 0.3533 | 0.2228 | 0.3088 | 0.3091 |
|
| 61 |
+
| 1.8511 | 6.0 | 510 | 0.6826 | 0.3971 | 0.2700 | 0.3644 | 0.3636 |
|
| 62 |
+
| 1.7178 | 7.0 | 595 | 0.5128 | 0.4194 | 0.3120 | 0.3894 | 0.3891 |
|
| 63 |
+
| 1.2772 | 8.0 | 680 | 0.3878 | 0.4590 | 0.3619 | 0.4311 | 0.4302 |
|
| 64 |
+
| 1.3577 | 9.0 | 765 | 0.2709 | 0.4729 | 0.3881 | 0.4499 | 0.4497 |
|
| 65 |
+
| 0.8291 | 10.0 | 850 | 0.2005 | 0.5006 | 0.4276 | 0.4748 | 0.4747 |
|
| 66 |
+
| 0.6825 | 11.0 | 935 | 0.1616 | 0.5411 | 0.4732 | 0.5215 | 0.5224 |
|
| 67 |
+
| 0.5006 | 12.0 | 1020 | 0.1182 | 0.5348 | 0.4782 | 0.5200 | 0.5196 |
|
| 68 |
+
| 0.5193 | 13.0 | 1105 | 0.1027 | 0.5446 | 0.4910 | 0.5269 | 0.5286 |
|
| 69 |
+
| 0.3933 | 14.0 | 1190 | 0.0881 | 0.5685 | 0.5200 | 0.5535 | 0.5548 |
|
| 70 |
+
| 0.1584 | 15.0 | 1275 | 0.0708 | 0.5719 | 0.5327 | 0.5629 | 0.5645 |
|
| 71 |
+
| 0.3657 | 16.0 | 1360 | 0.0646 | 0.5763 | 0.5315 | 0.5648 | 0.5659 |
|
| 72 |
+
| 0.2731 | 17.0 | 1445 | 0.0525 | 0.5908 | 0.5500 | 0.5844 | 0.5844 |
|
| 73 |
+
| 0.3466 | 18.0 | 1530 | 0.0511 | 0.5971 | 0.5596 | 0.5873 | 0.5886 |
|
| 74 |
+
| 0.1892 | 19.0 | 1615 | 0.0384 | 0.6044 | 0.5675 | 0.5991 | 0.5995 |
|
| 75 |
+
| 0.1684 | 20.0 | 1700 | 0.0328 | 0.6066 | 0.5744 | 0.6046 | 0.6050 |
|
| 76 |
+
| 0.0691 | 21.0 | 1785 | 0.0295 | 0.6057 | 0.5726 | 0.6020 | 0.6027 |
|
| 77 |
+
| 0.0326 | 22.0 | 1870 | 0.0243 | 0.6167 | 0.5872 | 0.6138 | 0.6146 |
|
| 78 |
+
| 0.1872 | 23.0 | 1955 | 0.0195 | 0.6188 | 0.5899 | 0.6149 | 0.6160 |
|
| 79 |
+
| 0.1372 | 24.0 | 2040 | 0.0183 | 0.6253 | 0.5961 | 0.6227 | 0.6233 |
|
| 80 |
+
| 0.0621 | 25.0 | 2125 | 0.0166 | 0.6239 | 0.5957 | 0.6211 | 0.6225 |
|
| 81 |
+
| 0.2539 | 26.0 | 2210 | 0.0161 | 0.6217 | 0.5926 | 0.6191 | 0.6200 |
|
| 82 |
+
| 0.2532 | 27.0 | 2295 | 0.0166 | 0.6195 | 0.5910 | 0.6166 | 0.6173 |
|
| 83 |
+
| 0.1158 | 28.0 | 2380 | 0.0145 | 0.6223 | 0.5943 | 0.6196 | 0.6202 |
|
| 84 |
+
| 0.3496 | 29.0 | 2465 | 0.0132 | 0.6241 | 0.5957 | 0.6212 | 0.6217 |
|
| 85 |
+
| 0.059 | 30.0 | 2550 | 0.0126 | 0.6270 | 0.6003 | 0.6244 | 0.6247 |
|
| 86 |
+
|
| 87 |
+
|
| 88 |
+
### Framework versions
|
| 89 |
+
|
| 90 |
+
- Transformers 4.44.2
|
| 91 |
+
- Pytorch 2.4.0+cu121
|
| 92 |
+
- Datasets 3.0.0
|
| 93 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/mt5-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"T5ForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"classifier_dropout": 0.0,
|
| 7 |
+
"d_ff": 2048,
|
| 8 |
+
"d_kv": 64,
|
| 9 |
+
"d_model": 768,
|
| 10 |
+
"decoder_start_token_id": 0,
|
| 11 |
+
"dense_act_fn": "gelu_new",
|
| 12 |
+
"dropout_rate": 0.1,
|
| 13 |
+
"eos_token_id": 1,
|
| 14 |
+
"feed_forward_proj": "gated-gelu",
|
| 15 |
+
"initializer_factor": 1.0,
|
| 16 |
+
"is_encoder_decoder": true,
|
| 17 |
+
"is_gated_act": true,
|
| 18 |
+
"layer_norm_epsilon": 1e-06,
|
| 19 |
+
"model_type": "t5",
|
| 20 |
+
"num_decoder_layers": 12,
|
| 21 |
+
"num_heads": 12,
|
| 22 |
+
"num_layers": 12,
|
| 23 |
+
"output_past": true,
|
| 24 |
+
"pad_token_id": 0,
|
| 25 |
+
"relative_attention_max_distance": 128,
|
| 26 |
+
"relative_attention_num_buckets": 32,
|
| 27 |
+
"tie_word_embeddings": false,
|
| 28 |
+
"tokenizer_class": "T5Tokenizer",
|
| 29 |
+
"torch_dtype": "float32",
|
| 30 |
+
"transformers_version": "4.44.2",
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 250112
|
| 33 |
+
}
|
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.44.2"
|
| 6 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00a583eded9c3a88b9294c0029237a9c19d0fec720e5bba02d5a3a6d2a856ba6
|
| 3 |
+
size 2329638768
|
runs/Sep17_13-55-27_3eda1f5c40b7/events.out.tfevents.1726581329.3eda1f5c40b7.318.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:000e5afcfce7a45464e4cee8565bf3c4fb4c27d82f50f4b0ce3d606da067efee
|
| 3 |
+
size 557321
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token": {
|
| 3 |
+
"content": "</s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"pad_token": {
|
| 10 |
+
"content": "<pad>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"unk_token": {
|
| 17 |
+
"content": "<unk>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
|
| 3 |
+
size 4309802
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": true,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<pad>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "</s>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<unk>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
"additional_special_tokens": [],
|
| 30 |
+
"clean_up_tokenization_spaces": true,
|
| 31 |
+
"eos_token": "</s>",
|
| 32 |
+
"extra_ids": 0,
|
| 33 |
+
"legacy": true,
|
| 34 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 35 |
+
"pad_token": "<pad>",
|
| 36 |
+
"sp_model_kwargs": {},
|
| 37 |
+
"tokenizer_class": "T5Tokenizer",
|
| 38 |
+
"unk_token": "<unk>"
|
| 39 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a5da9c74b18e757a8445885d2be3f7b8318b30cb0de8448d3ee02f46c0953be
|
| 3 |
+
size 5368
|