yimiwang commited on
Commit
f7f6655
1 Parent(s): 56a5111

End of training

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: google/flan-t5-large
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: flan-t5-large-peft-combinedhub
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
+ # flan-t5-large-peft-combinedhub
18
+
19
+ This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.7712
22
+ - Rouge1: 43.5898
23
+ - Rouge2: 17.9519
24
+ - Rougel: 31.6266
25
+ - Rougelsum: 40.4599
26
+ - Gen Len: 100.2965
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: 5e-05
46
+ - train_batch_size: 5
47
+ - eval_batch_size: 5
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:--------:|
57
+ | 1.911 | 1.0 | 3374 | 1.7750 | 43.3477 | 17.7556 | 31.5789 | 40.2601 | 96.8776 |
58
+ | 1.901 | 2.0 | 6748 | 1.7712 | 43.5898 | 17.9519 | 31.6266 | 40.4599 | 100.2965 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - PEFT 0.10.0
64
+ - Transformers 4.38.2
65
+ - Pytorch 2.2.1+cu121
66
+ - Datasets 2.18.0
67
+ - Tokenizers 0.15.2