RMWeerasinghe commited on
Commit
1b63220
1 Parent(s): 4073ef0

Training complete

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - summarization
6
+ - generated_from_trainer
7
+ datasets:
8
+ - gov_report_summarization_dataset
9
+ metrics:
10
+ - rouge
11
+ base_model: google/flan-t5-base
12
+ model-index:
13
+ - name: flan-t5-base-finetuned-govReport-3072
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # flan-t5-base-finetuned-govReport-3072
21
+
22
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the gov_report_summarization_dataset dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: nan
25
+ - Rouge1: 0.042
26
+ - Rouge2: 0.0216
27
+ - Rougel: 0.0379
28
+ - Rougelsum: 0.0406
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 3e-05
48
+ - train_batch_size: 4
49
+ - eval_batch_size: 4
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 10
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
59
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
60
+ | 0.0 | 1.0 | 250 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
61
+ | 0.0 | 2.0 | 500 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
62
+ | 0.0 | 3.0 | 750 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
63
+ | 0.0 | 4.0 | 1000 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
64
+ | 0.0 | 5.0 | 1250 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
65
+ | 0.0 | 6.0 | 1500 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
66
+ | 0.0 | 7.0 | 1750 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
67
+ | 0.0 | 8.0 | 2000 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
68
+ | 0.0 | 9.0 | 2250 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
69
+ | 0.0 | 10.0 | 2500 | nan | 0.042 | 0.0216 | 0.0379 | 0.0406 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.8.2
75
+ - Transformers 4.37.0
76
+ - Pytorch 2.1.2
77
+ - Datasets 2.1.0
78
+ - Tokenizers 0.15.1