Hyeoni commited on
Commit
f959201
·
1 Parent(s): b5bed3c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - squad_modified_for_t5_qg
6
+ model-index:
7
+ - name: t5-end2end-questions-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
+ # t5-end2end-questions-generation
15
+
16
+ This model is a fine-tuned version of [digit82/kolang-t5-base](https://huggingface.co/digit82/kolang-t5-base) on the squad_modified_for_t5_qg dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.1449
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: 0.0001
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
+ | 3.6685 | 0.66 | 100 | 2.4355 |
52
+ | 2.3957 | 1.32 | 200 | 2.2428 |
53
+ | 2.1795 | 1.98 | 300 | 2.1664 |
54
+ | 1.9408 | 2.65 | 400 | 2.1467 |
55
+ | 1.8333 | 3.31 | 500 | 2.1470 |
56
+ | 1.7319 | 3.97 | 600 | 2.1194 |
57
+ | 1.6095 | 4.63 | 700 | 2.1348 |
58
+ | 1.5662 | 5.3 | 800 | 2.1433 |
59
+ | 1.5038 | 5.96 | 900 | 2.1319 |
60
+ | 1.45 | 6.62 | 1000 | 2.1449 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.21.2
66
+ - Pytorch 1.12.1+cu113
67
+ - Datasets 2.4.0
68
+ - Tokenizers 0.12.1