Pavithra commited on
Commit
98c0b14
1 Parent(s): 3988d28

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: codeparrot-ds-sample-gpt-small-10epoch
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # codeparrot-ds-sample-gpt-small-10epoch
14
+
15
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.0943
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0005
37
+ - train_batch_size: 32
38
+ - eval_batch_size: 32
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 256
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: 10
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:---------------:|
52
+ | 4.29 | 0.94 | 1000 | 2.8452 |
53
+ | 2.3155 | 1.88 | 2000 | 2.3659 |
54
+ | 1.8817 | 2.82 | 3000 | 2.2085 |
55
+ | 1.6245 | 3.77 | 4000 | 2.1260 |
56
+ | 1.4314 | 4.71 | 5000 | 2.0705 |
57
+ | 1.2698 | 5.65 | 6000 | 2.0603 |
58
+ | 1.1281 | 6.59 | 7000 | 2.0599 |
59
+ | 1.0108 | 7.53 | 8000 | 2.0769 |
60
+ | 0.9167 | 8.47 | 9000 | 2.0870 |
61
+ | 0.8551 | 9.42 | 10000 | 2.0943 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.18.0
67
+ - Pytorch 1.10.0+cu111
68
+ - Datasets 2.0.0
69
+ - Tokenizers 0.11.6