ak2603 commited on
Commit
19692da
·
verified ·
1 Parent(s): 4d4a72d

Training complete 06-01-2025

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-emails-gpt-summaries-batchs8-epochs20
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-emails-gpt-summaries-batchs8-epochs20
19
+
20
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 3.0969
23
+ - Rouge1: 0.1523
24
+ - Rouge2: 0.0732
25
+ - Rougel: 0.1381
26
+ - Rougelsum: 0.1512
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: 20
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
57
+ | 20.8315 | 1.0 | 18 | 12.1572 | 0.0110 | 0.0 | 0.0110 | 0.0110 |
58
+ | 16.2522 | 2.0 | 36 | 9.4668 | 0.0172 | 0.0025 | 0.0172 | 0.0168 |
59
+ | 13.8556 | 3.0 | 54 | 8.5239 | 0.0149 | 0.0025 | 0.0152 | 0.0146 |
60
+ | 11.5721 | 4.0 | 72 | 7.3135 | 0.0128 | 0.0013 | 0.0128 | 0.0125 |
61
+ | 10.2536 | 5.0 | 90 | 7.3664 | 0.0118 | 0.0013 | 0.0120 | 0.0115 |
62
+ | 8.8152 | 6.0 | 108 | 5.2895 | 0.0288 | 0.0070 | 0.0290 | 0.0286 |
63
+ | 7.909 | 7.0 | 126 | 3.9341 | 0.0285 | 0.0013 | 0.0284 | 0.0281 |
64
+ | 6.7655 | 8.0 | 144 | 3.6549 | 0.0427 | 0.0069 | 0.0406 | 0.0394 |
65
+ | 6.243 | 9.0 | 162 | 3.5561 | 0.0474 | 0.0133 | 0.0437 | 0.0462 |
66
+ | 5.5584 | 10.0 | 180 | 3.4047 | 0.0823 | 0.0253 | 0.0786 | 0.0763 |
67
+ | 5.1966 | 11.0 | 198 | 3.3160 | 0.1221 | 0.0484 | 0.1186 | 0.1209 |
68
+ | 4.9761 | 12.0 | 216 | 3.2536 | 0.1469 | 0.0751 | 0.1364 | 0.1481 |
69
+ | 4.7006 | 13.0 | 234 | 3.2081 | 0.1353 | 0.0637 | 0.1162 | 0.1318 |
70
+ | 4.4686 | 14.0 | 252 | 3.1687 | 0.1453 | 0.0707 | 0.1347 | 0.1399 |
71
+ | 4.3912 | 15.0 | 270 | 3.1480 | 0.1574 | 0.0782 | 0.1449 | 0.1498 |
72
+ | 4.2511 | 16.0 | 288 | 3.1414 | 0.1541 | 0.0734 | 0.1412 | 0.1509 |
73
+ | 4.1233 | 17.0 | 306 | 3.1239 | 0.1572 | 0.0734 | 0.1439 | 0.1536 |
74
+ | 4.0948 | 18.0 | 324 | 3.1061 | 0.1451 | 0.0689 | 0.1316 | 0.1438 |
75
+ | 4.0434 | 19.0 | 342 | 3.0981 | 0.1517 | 0.0732 | 0.1377 | 0.1507 |
76
+ | 4.1557 | 20.0 | 360 | 3.0969 | 0.1523 | 0.0732 | 0.1381 | 0.1512 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.47.1
82
+ - Pytorch 2.5.1+cu121
83
+ - Datasets 3.2.0
84
+ - Tokenizers 0.21.0
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.47.1"
6
+ }
runs/Jan06_14-23-52_6746c13d7754/events.out.tfevents.1736173861.6746c13d7754.17141.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d0fdf42f6c8e748197b6b32db0b51f0a32bc3ad78388ec74876e514616728f
3
+ size 562