omarSorour123 commited on
Commit
9957f75
·
verified ·
1 Parent(s): ab73a46

End of training

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: google-t5/t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: summarizer_model_t5_small
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
+ # summarizer_model_t5_small
18
+
19
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.5198
22
+ - Rouge1: 0.2101
23
+ - Rouge2: 0.1174
24
+ - Rougel: 0.176
25
+ - Rougelsum: 0.176
26
+ - Gen Len: 19.9959
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: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Use OptimizerNames.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: 2
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | 1.7611 | 1.0 | 8899 | 1.5377 | 0.2101 | 0.1166 | 0.1759 | 0.1759 | 19.9954 |
59
+ | 1.7311 | 2.0 | 17798 | 1.5198 | 0.2101 | 0.1174 | 0.176 | 0.176 | 19.9959 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.14.0
65
+ - Transformers 4.51.1
66
+ - Pytorch 2.5.1+cu124
67
+ - Datasets 3.5.0
68
+ - Tokenizers 0.21.0