ak2603 commited on
Commit
8e2a35a
·
verified ·
1 Parent(s): c950206

Training with Drishtant's new summaries

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-Drishtants-summaries
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-Drishtants-summaries
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: 2.7354
23
+ - Rouge1: 0.0368
24
+ - Rouge2: 0.0186
25
+ - Rougel: 0.0344
26
+ - Rougelsum: 0.0335
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
+ | 21.5975 | 1.0 | 18 | 11.3745 | 0.0 | 0.0 | 0.0 | 0.0 |
58
+ | 18.236 | 2.0 | 36 | 10.6384 | 0.0102 | 0.0 | 0.0102 | 0.0102 |
59
+ | 15.5742 | 3.0 | 54 | 9.9438 | 0.0201 | 0.0084 | 0.0160 | 0.0160 |
60
+ | 13.9098 | 4.0 | 72 | 8.4129 | 0.0250 | 0.0084 | 0.0209 | 0.0245 |
61
+ | 12.3694 | 5.0 | 90 | 6.1433 | 0.0250 | 0.0084 | 0.0209 | 0.0245 |
62
+ | 10.7687 | 6.0 | 108 | 6.1726 | 0.0102 | 0.0 | 0.0102 | 0.0102 |
63
+ | 9.4084 | 7.0 | 126 | 5.0390 | 0.0102 | 0.0 | 0.0102 | 0.0102 |
64
+ | 8.532 | 8.0 | 144 | 4.2376 | 0.0135 | 0.0 | 0.0139 | 0.0127 |
65
+ | 7.7273 | 9.0 | 162 | 3.8524 | 0.0268 | 0.0 | 0.0259 | 0.0258 |
66
+ | 6.9872 | 10.0 | 180 | 3.6113 | 0.0512 | 0.0070 | 0.0462 | 0.0425 |
67
+ | 6.4007 | 11.0 | 198 | 3.3596 | 0.0489 | 0.0118 | 0.0500 | 0.0496 |
68
+ | 6.021 | 12.0 | 216 | 3.2024 | 0.0441 | 0.0173 | 0.0403 | 0.0392 |
69
+ | 5.6179 | 13.0 | 234 | 3.1161 | 0.0498 | 0.0173 | 0.0466 | 0.0454 |
70
+ | 5.2275 | 14.0 | 252 | 3.0076 | 0.0411 | 0.0217 | 0.0396 | 0.0382 |
71
+ | 4.9888 | 15.0 | 270 | 2.9215 | 0.0449 | 0.0217 | 0.0434 | 0.0433 |
72
+ | 4.7543 | 16.0 | 288 | 2.8484 | 0.0368 | 0.0186 | 0.0344 | 0.0335 |
73
+ | 4.5961 | 17.0 | 306 | 2.7913 | 0.0368 | 0.0186 | 0.0344 | 0.0335 |
74
+ | 4.4748 | 18.0 | 324 | 2.7587 | 0.0368 | 0.0186 | 0.0344 | 0.0335 |
75
+ | 4.4339 | 19.0 | 342 | 2.7405 | 0.0368 | 0.0186 | 0.0344 | 0.0335 |
76
+ | 4.4859 | 20.0 | 360 | 2.7354 | 0.0368 | 0.0186 | 0.0344 | 0.0335 |
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_16-01-28_8f683b5e421f/events.out.tfevents.1736180877.8f683b5e421f.344.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b41f320b8b3353a08313a0fef0e9b2558488ca11bd99b0de91ddc0d2a0ed80c
3
+ size 562