Michelvh commited on
Commit
13e4287
1 Parent(s): dbcecf6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/flan-t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: flan-t5-mc-question-generation
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # flan-t5-mc-question-generation
15
+
16
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.2509
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 16
42
+ - total_train_batch_size: 64
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 7
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 1.9047 | 0.25 | 100 | 1.4246 |
52
+ | 1.5894 | 0.51 | 200 | 1.3711 |
53
+ | 1.5355 | 0.76 | 300 | 1.3450 |
54
+ | 1.5041 | 1.02 | 400 | 1.3255 |
55
+ | 1.4858 | 1.27 | 500 | 1.3134 |
56
+ | 1.4711 | 1.53 | 600 | 1.3038 |
57
+ | 1.4576 | 1.78 | 700 | 1.2951 |
58
+ | 1.4466 | 2.04 | 800 | 1.2888 |
59
+ | 1.4405 | 2.29 | 900 | 1.2836 |
60
+ | 1.4284 | 2.55 | 1000 | 1.2794 |
61
+ | 1.4228 | 2.8 | 1100 | 1.2758 |
62
+ | 1.4234 | 3.06 | 1200 | 1.2719 |
63
+ | 1.4104 | 3.31 | 1300 | 1.2690 |
64
+ | 1.4147 | 3.56 | 1400 | 1.2666 |
65
+ | 1.41 | 3.82 | 1500 | 1.2637 |
66
+ | 1.3996 | 4.07 | 1600 | 1.2622 |
67
+ | 1.4015 | 4.33 | 1700 | 1.2600 |
68
+ | 1.3958 | 4.58 | 1800 | 1.2583 |
69
+ | 1.395 | 4.84 | 1900 | 1.2566 |
70
+ | 1.3899 | 5.09 | 2000 | 1.2553 |
71
+ | 1.3929 | 5.35 | 2100 | 1.2542 |
72
+ | 1.3884 | 5.6 | 2200 | 1.2529 |
73
+ | 1.3884 | 5.86 | 2300 | 1.2523 |
74
+ | 1.3821 | 6.11 | 2400 | 1.2520 |
75
+ | 1.3886 | 6.37 | 2500 | 1.2513 |
76
+ | 1.3865 | 6.62 | 2600 | 1.2510 |
77
+ | 1.3841 | 6.87 | 2700 | 1.2509 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.31.0
83
+ - Pytorch 2.0.0
84
+ - Datasets 2.1.0
85
+ - Tokenizers 0.13.3