caffsean commited on
Commit
4c0c6c1
·
1 Parent(s): 11992ac

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
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: 3.7634
18
 
19
  ## Model description
20
 
@@ -39,18 +39,23 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - lr_scheduler_warmup_steps: 18693
43
- - num_epochs: 5
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:-----:|:---------------:|
49
- | 4.5745 | 1.0 | 2337 | 4.4748 |
50
- | 4.2328 | 2.0 | 4674 | 4.1725 |
51
- | 4.0259 | 3.0 | 7011 | 3.9759 |
52
- | 3.863 | 4.0 | 9348 | 3.8499 |
53
- | 3.7338 | 5.0 | 11685 | 3.7634 |
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
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: 3.3921
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 30414
43
+ - num_epochs: 10
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 4.4985 | 1.0 | 3802 | 4.3106 |
50
+ | 4.1063 | 2.0 | 7604 | 3.9798 |
51
+ | 3.8797 | 3.0 | 11406 | 3.7886 |
52
+ | 3.7554 | 4.0 | 15208 | 3.6645 |
53
+ | 3.616 | 5.0 | 19010 | 3.5792 |
54
+ | 3.534 | 6.0 | 22812 | 3.5152 |
55
+ | 3.4631 | 7.0 | 26614 | 3.4632 |
56
+ | 3.3867 | 8.0 | 30416 | 3.4330 |
57
+ | 3.2781 | 9.0 | 34218 | 3.3975 |
58
+ | 3.2074 | 10.0 | 38020 | 3.3921 |
59
 
60
 
61
  ### Framework versions