pszemraj commited on
Commit
e2a67c5
1 Parent(s): 71374d4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: tiny-gpt2-magicprompt
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
+ # tiny-gpt2-magicprompt
13
+
14
+ This model is a fine-tuned version of [sshleifer/tiny-gpt2](https://huggingface.co/sshleifer/tiny-gpt2) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 10.7918
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: 8
37
+ - eval_batch_size: 2
38
+ - seed: 42
39
+ - distributed_type: multi-GPU
40
+ - num_devices: 2
41
+ - gradient_accumulation_steps: 32
42
+ - total_train_batch_size: 512
43
+ - total_eval_batch_size: 4
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_ratio: 0.05
47
+ - num_epochs: 10.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 10.8201 | 0.96 | 16 | 10.8191 |
54
+ | 10.8167 | 1.96 | 32 | 10.8145 |
55
+ | 10.8117 | 2.96 | 48 | 10.8095 |
56
+ | 10.8058 | 3.96 | 64 | 10.8025 |
57
+ | 10.7997 | 4.96 | 80 | 10.7989 |
58
+ | 10.7959 | 5.96 | 96 | 10.7947 |
59
+ | 10.7934 | 6.96 | 112 | 10.7925 |
60
+ | 10.7924 | 7.96 | 128 | 10.7919 |
61
+ | 10.7921 | 8.96 | 144 | 10.7918 |
62
+ | 10.792 | 9.96 | 160 | 10.7918 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.25.0.dev0
68
+ - Pytorch 1.13.0+cu117
69
+ - Datasets 2.6.1
70
+ - Tokenizers 0.13.1