NBRZ commited on
Commit
07c2caf
·
1 Parent(s): d5e451d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - generator
7
+ model-index:
8
+ - name: gpt2-dp-2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # gpt2-dp-2
16
+
17
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the generator dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.3038
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0005
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 64
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 128
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 1000
47
+ - num_epochs: 9
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 6.5574 | 0.53 | 500 | 5.4160 |
55
+ | 5.0689 | 1.07 | 1000 | 4.9377 |
56
+ | 4.6601 | 1.6 | 1500 | 4.6589 |
57
+ | 4.3967 | 2.14 | 2000 | 4.4999 |
58
+ | 4.1846 | 2.67 | 2500 | 4.3930 |
59
+ | 4.0257 | 3.21 | 3000 | 4.3408 |
60
+ | 3.8965 | 3.74 | 3500 | 4.2798 |
61
+ | 3.7483 | 4.27 | 4000 | 4.2719 |
62
+ | 3.6522 | 4.81 | 4500 | 4.2338 |
63
+ | 3.4715 | 5.34 | 5000 | 4.2545 |
64
+ | 3.4106 | 5.88 | 5500 | 4.2303 |
65
+ | 3.2009 | 6.41 | 6000 | 4.2659 |
66
+ | 3.1644 | 6.94 | 6500 | 4.2559 |
67
+ | 2.9753 | 7.48 | 7000 | 4.2917 |
68
+ | 2.9548 | 8.01 | 7500 | 4.2926 |
69
+ | 2.846 | 8.55 | 8000 | 4.3038 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.26.1
75
+ - Pytorch 1.11.0+cu113
76
+ - Datasets 2.13.0
77
+ - Tokenizers 0.13.3