manu2501sharma commited on
Commit
2fbf455
·
verified ·
1 Parent(s): 3c1ba9a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-t5/t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: my_summarization_model
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
+ # my_summarization_model
17
+
18
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.1956
21
+ - Rouge1: 0.2007
22
+ - Rouge2: 0.1006
23
+ - Rougel: 0.1699
24
+ - Rougelsum: 0.1695
25
+ - Gen Len: 19.0
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: 3e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 16
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
59
+ | No log | 1.0 | 62 | 2.3847 | 0.1952 | 0.0958 | 0.1639 | 0.1635 | 19.0 |
60
+ | No log | 2.0 | 124 | 2.3171 | 0.1997 | 0.0994 | 0.1688 | 0.1685 | 19.0 |
61
+ | No log | 3.0 | 186 | 2.2786 | 0.1985 | 0.0992 | 0.1688 | 0.1685 | 19.0 |
62
+ | No log | 4.0 | 248 | 2.2493 | 0.2004 | 0.1005 | 0.1695 | 0.1693 | 19.0 |
63
+ | No log | 5.0 | 310 | 2.2326 | 0.1995 | 0.1018 | 0.1703 | 0.17 | 19.0 |
64
+ | No log | 6.0 | 372 | 2.2189 | 0.1994 | 0.1001 | 0.1692 | 0.1688 | 19.0 |
65
+ | No log | 7.0 | 434 | 2.2074 | 0.1999 | 0.1009 | 0.1692 | 0.1689 | 19.0 |
66
+ | No log | 8.0 | 496 | 2.2018 | 0.1995 | 0.1003 | 0.1689 | 0.1685 | 19.0 |
67
+ | 2.4776 | 9.0 | 558 | 2.1969 | 0.2007 | 0.1003 | 0.1696 | 0.1693 | 19.0 |
68
+ | 2.4776 | 10.0 | 620 | 2.1956 | 0.2007 | 0.1006 | 0.1699 | 0.1695 | 19.0 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.42.4
74
+ - Pytorch 2.4.0+cu121
75
+ - Datasets 2.21.0
76
+ - 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.42.4"
6
+ }
runs/Aug30_05-13-33_e07d60ad98dc/events.out.tfevents.1724994814.e07d60ad98dc.507.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4db9864cbdad8daf9bdcfad3124892bb4406534b95254800610c3c304defda5
3
- size 10759
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4531ec9f4eea77ffeda0a3914c9f1147d8c6cf1ec0be518a0a4989b2cae411ff
3
+ size 11638