DunnBC22 commited on
Commit
8f0e367
1 Parent(s): 453df5f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: flan-t5-base-text_summarization_data_3_epochs
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # flan-t5-base-text_summarization_data_3_epochs
16
+
17
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.6783
20
+ - Rouge1: 43.5994
21
+ - Rouge2: 20.4446
22
+ - Rougel: 40.132
23
+ - Rougelsum: 40.1692
24
+ - Gen Len: 14.5837
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: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 6
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
55
+ | 2.0079 | 1.0 | 1174 | 1.7150 | 43.4218 | 19.8984 | 40.0059 | 40.0582 | 14.5011 |
56
+ | 1.9122 | 2.0 | 2348 | 1.7020 | 44.0374 | 20.5756 | 40.5915 | 40.5683 | 14.617 |
57
+ | 1.8588 | 3.0 | 3522 | 1.6881 | 43.9498 | 20.5633 | 40.4656 | 40.5116 | 14.4528 |
58
+ | 1.8243 | 4.0 | 4696 | 1.6812 | 43.6024 | 20.4845 | 40.1784 | 40.2211 | 14.5075 |
59
+ | 1.7996 | 5.0 | 5870 | 1.6780 | 43.6652 | 20.553 | 40.2209 | 40.2651 | 14.5236 |
60
+ | 1.7876 | 6.0 | 7044 | 1.6783 | 43.5994 | 20.4446 | 40.132 | 40.1692 | 14.5837 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.26.1
66
+ - Pytorch 1.13.1+cu116
67
+ - Datasets 2.10.1
68
+ - Tokenizers 0.13.2