mohammadhabp commited on
Commit
1a71297
·
verified ·
1 Parent(s): 36c253e

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ - f1
9
+ base_model: google/flan-t5-base
10
+ model-index:
11
+ - name: flan-t5-small-esnli-lora
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # flan-t5-small-esnli-lora
19
+
20
+ This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.6258
23
+ - Rouge1: 0.6257
24
+ - Rouge2: 0.4156
25
+ - Rougel: 0.5682
26
+ - F1: 0.8850
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: 0.001
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 1
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | F1 |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:------:|
57
+ | 1.1793 | 0.25 | 8584 | 1.7215 | 0.6161 | 0.4037 | 0.5577 | 0.8738 |
58
+ | 1.1408 | 0.5 | 17168 | 1.6903 | 0.6194 | 0.4096 | 0.5615 | 0.8730 |
59
+ | 1.1122 | 0.75 | 25752 | 1.6155 | 0.6267 | 0.4179 | 0.5693 | 0.8832 |
60
+ | 1.0929 | 1.0 | 34336 | 1.6258 | 0.6257 | 0.4156 | 0.5682 | 0.8850 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - PEFT 0.8.2
66
+ - Transformers 4.38.1
67
+ - Pytorch 2.1.2
68
+ - Datasets 2.17.1
69
+ - Tokenizers 0.15.1