nandavikas16 commited on
Commit
bdd66f8
1 Parent(s): 2eccbdf

Model save

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/flan-t5-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: flan-t5-large-finetuned-scope-summarization
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # flan-t5-large-finetuned-scope-summarization
17
+
18
+ This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1195
21
+ - Rouge1: 24.038
22
+ - Rouge2: 21.4448
23
+ - Rougel: 23.6448
24
+ - Rougelsum: 23.7376
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5.6e-05
44
+ - train_batch_size: 2
45
+ - eval_batch_size: 2
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
55
+ | 0.3649 | 1.0 | 158 | 0.2625 | 19.5356 | 12.4535 | 16.8939 | 17.0876 |
56
+ | 0.2674 | 2.0 | 316 | 0.2422 | 19.7836 | 12.4864 | 16.9298 | 16.9928 |
57
+ | 0.2516 | 3.0 | 474 | 0.2271 | 20.4584 | 13.593 | 17.9404 | 18.0498 |
58
+ | 0.2407 | 4.0 | 632 | 0.2178 | 20.2729 | 13.6717 | 17.5 | 17.6375 |
59
+ | 0.2304 | 5.0 | 790 | 0.2087 | 20.3933 | 14.4275 | 17.9315 | 18.0607 |
60
+ | 0.2213 | 6.0 | 948 | 0.1969 | 21.4659 | 16.1078 | 19.4775 | 19.5604 |
61
+ | 0.2134 | 7.0 | 1106 | 0.1863 | 23.3097 | 19.0603 | 21.9919 | 22.1651 |
62
+ | 0.2069 | 8.0 | 1264 | 0.1803 | 22.5866 | 17.3665 | 20.4585 | 20.4009 |
63
+ | 0.2 | 9.0 | 1422 | 0.1695 | 23.7295 | 19.7783 | 22.4861 | 22.5794 |
64
+ | 0.1942 | 10.0 | 1580 | 0.1632 | 21.9543 | 16.572 | 19.539 | 19.5863 |
65
+ | 0.1883 | 11.0 | 1738 | 0.1570 | 22.5164 | 18.8651 | 21.4345 | 21.6252 |
66
+ | 0.1829 | 12.0 | 1896 | 0.1495 | 23.7871 | 20.6331 | 23.2495 | 23.4011 |
67
+ | 0.178 | 13.0 | 2054 | 0.1425 | 23.789 | 21.1006 | 23.2292 | 23.4225 |
68
+ | 0.1738 | 14.0 | 2212 | 0.1386 | 23.8972 | 21.2393 | 23.4578 | 23.5827 |
69
+ | 0.1689 | 15.0 | 2370 | 0.1331 | 23.801 | 21.2013 | 23.3414 | 23.4499 |
70
+ | 0.1654 | 16.0 | 2528 | 0.1286 | 24.1973 | 21.5666 | 23.7563 | 23.9153 |
71
+ | 0.1629 | 17.0 | 2686 | 0.1257 | 23.8243 | 21.2713 | 23.4043 | 23.4941 |
72
+ | 0.16 | 18.0 | 2844 | 0.1229 | 23.9496 | 21.3888 | 23.4687 | 23.6047 |
73
+ | 0.1578 | 19.0 | 3002 | 0.1208 | 24.009 | 21.4585 | 23.5252 | 23.646 |
74
+ | 0.156 | 20.0 | 3160 | 0.1195 | 24.038 | 21.4448 | 23.6448 | 23.7376 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.40.1
80
+ - Pytorch 2.3.0+cu121
81
+ - Datasets 2.19.0
82
+ - Tokenizers 0.19.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.40.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02f2a0aa749c64c9aa7ea1da28d9637431d1068cf23a902344fd9a3113e96651
3
  size 3132668808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8c6bc9d32707fcceca9c7fa7da2fff52384206a39255a3f1beb15a5e6933d57
3
  size 3132668808
runs/May01_22-28-21_nyyoukjrnh/events.out.tfevents.1714602508.nyyoukjrnh.428.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e112c7023dc182256d5c28856f6781d10b7ea9d641e861a40db99fe1082ab7a
3
- size 17598
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de618650870083b3e844e0ed9642079bc9a7c90ad40d112346b891c3ca14f1a2
3
+ size 19111
runs/May01_22-28-21_nyyoukjrnh/events.out.tfevents.1714605379.nyyoukjrnh.428.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3602958544c12f3e2c5e99082ab1941ab081a57ff07f76884beb21798b5c5fbc
3
+ size 514