NasimB commited on
Commit
9c2cba3
·
1 Parent(s): 33b458a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - generator
7
+ model-index:
8
+ - name: gpt2-dp-mod-datasets
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-mod-datasets
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: 3.1587
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
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_steps: 1000
45
+ - num_epochs: 6
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:---------------:|
52
+ | 6.721 | 0.28 | 500 | 5.6661 |
53
+ | 5.3704 | 0.55 | 1000 | 5.2444 |
54
+ | 5.0331 | 0.83 | 1500 | 4.9898 |
55
+ | 4.784 | 1.1 | 2000 | 4.8409 |
56
+ | 4.6004 | 1.38 | 2500 | 4.7323 |
57
+ | 4.5032 | 1.65 | 3000 | 4.6355 |
58
+ | 4.4157 | 1.93 | 3500 | 4.5419 |
59
+ | 4.2123 | 2.2 | 4000 | 4.5062 |
60
+ | 4.1323 | 2.48 | 4500 | 4.4562 |
61
+ | 4.1086 | 2.75 | 5000 | 4.3991 |
62
+ | 4.0432 | 3.03 | 5500 | 4.3667 |
63
+ | 3.8085 | 3.3 | 6000 | 4.3636 |
64
+ | 3.8151 | 3.58 | 6500 | 4.3268 |
65
+ | 3.7855 | 3.85 | 7000 | 4.2969 |
66
+ | 3.6519 | 4.13 | 7500 | 4.3076 |
67
+ | 3.5149 | 4.4 | 8000 | 4.3007 |
68
+ | 3.5086 | 4.68 | 8500 | 4.2851 |
69
+ | 3.4995 | 4.95 | 9000 | 4.2743 |
70
+ | 3.3468 | 5.23 | 9500 | 4.2884 |
71
+ | 3.3143 | 5.5 | 10000 | 4.2904 |
72
+ | 3.3138 | 5.78 | 10500 | 4.2893 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.26.1
78
+ - Pytorch 1.11.0+cu113
79
+ - Datasets 2.13.0
80
+ - Tokenizers 0.13.3