TingChenChang commited on
Commit
6162c95
·
1 Parent(s): 709d1c2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: t5-end2end-questions-generation
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # t5-end2end-questions-generation
13
+
14
+ This model is a fine-tuned version of [TingChenChang/t5-end2end-questions-generation](https://huggingface.co/TingChenChang/t5-end2end-questions-generation) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.5291
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0001
36
+ - train_batch_size: 2
37
+ - eval_batch_size: 2
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 16
40
+ - total_train_batch_size: 32
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 1.5711 | 0.4 | 100 | 1.6119 |
50
+ | 1.5353 | 0.8 | 200 | 1.6052 |
51
+ | 1.502 | 1.2 | 300 | 1.6082 |
52
+ | 1.4525 | 1.6 | 400 | 1.5918 |
53
+ | 1.4463 | 2.0 | 500 | 1.5847 |
54
+ | 1.3885 | 2.4 | 600 | 1.6236 |
55
+ | 1.4029 | 2.8 | 700 | 1.5962 |
56
+ | 1.3947 | 3.2 | 800 | 1.5932 |
57
+ | 1.3685 | 3.6 | 900 | 1.5898 |
58
+ | 1.3926 | 4.0 | 1000 | 1.5624 |
59
+ | 1.4666 | 4.4 | 1100 | 1.5535 |
60
+ | 1.4573 | 4.8 | 1200 | 1.5483 |
61
+ | 1.4342 | 5.2 | 1300 | 1.5449 |
62
+ | 1.4281 | 5.6 | 1400 | 1.5347 |
63
+ | 1.4031 | 6.0 | 1500 | 1.5456 |
64
+ | 1.375 | 6.4 | 1600 | 1.5375 |
65
+ | 1.3867 | 6.8 | 1700 | 1.5393 |
66
+ | 1.3763 | 7.2 | 1800 | 1.5401 |
67
+ | 1.357 | 7.6 | 1900 | 1.5361 |
68
+ | 1.3568 | 8.0 | 2000 | 1.5295 |
69
+ | 1.3503 | 8.4 | 2100 | 1.5377 |
70
+ | 1.3335 | 8.8 | 2200 | 1.5353 |
71
+ | 1.3416 | 9.2 | 2300 | 1.5288 |
72
+ | 1.3179 | 9.6 | 2400 | 1.5324 |
73
+ | 1.3276 | 10.0 | 2500 | 1.5291 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.22.2
79
+ - Pytorch 1.12.1+cu102
80
+ - Datasets 2.6.1
81
+ - Tokenizers 0.12.1