arminmehrabian commited on
Commit
d016447
1 Parent(s): 3ceaf30

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -39
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 [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.2014
18
 
19
  ## Model description
20
 
@@ -39,47 +39,57 @@ 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
- - num_epochs: 30
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:------:|:---------------:|
48
- | 3.7357 | 1.0 | 13655 | 3.6781 |
49
- | 3.5721 | 2.0 | 27310 | 3.5302 |
50
- | 3.4961 | 3.0 | 40965 | 3.4658 |
51
- | 3.4406 | 4.0 | 54620 | 3.4242 |
52
- | 3.4043 | 5.0 | 68275 | 3.3943 |
53
- | 3.3789 | 6.0 | 81930 | 3.3726 |
54
- | 3.3576 | 7.0 | 95585 | 3.3538 |
55
- | 3.3389 | 8.0 | 109240 | 3.3389 |
56
- | 3.3151 | 9.0 | 122895 | 3.3270 |
57
- | 3.314 | 5.0 | 136545 | 3.3226 |
58
- | 3.3044 | 6.0 | 163854 | 3.3124 |
59
- | 3.2931 | 7.0 | 191163 | 3.3078 |
60
- | 3.2874 | 8.0 | 218472 | 3.3094 |
61
- | 3.2817 | 9.0 | 245781 | 3.2943 |
62
- | 3.269 | 10.0 | 273090 | 3.2785 |
63
- | 3.2423 | 11.0 | 300399 | 3.2651 |
64
- | 3.2253 | 12.0 | 327708 | 3.2530 |
65
- | 3.2096 | 13.0 | 355017 | 3.2435 |
66
- | 3.1939 | 14.0 | 382326 | 3.2326 |
67
- | 3.1786 | 15.0 | 409635 | 3.2225 |
68
- | 3.1625 | 16.0 | 436944 | 3.2198 |
69
- | 3.1619 | 17.0 | 464253 | 3.2180 |
70
- | 3.1521 | 18.0 | 491562 | 3.2164 |
71
- | 3.1555 | 19.0 | 518871 | 3.2152 |
72
- | 3.1523 | 20.0 | 546180 | 3.2164 |
73
- | 3.1639 | 21.0 | 573489 | 3.2133 |
74
- | 3.1483 | 22.0 | 600798 | 3.2113 |
75
- | 3.1497 | 23.0 | 628107 | 3.2077 |
76
- | 3.1468 | 24.0 | 655416 | 3.2066 |
77
- | 3.1461 | 25.0 | 682725 | 3.2052 |
78
- | 3.1391 | 26.0 | 710034 | 3.2039 |
79
- | 3.1384 | 27.0 | 737343 | 3.2031 |
80
- | 3.135 | 28.0 | 764652 | 3.2020 |
81
- | 3.1262 | 29.0 | 791961 | 3.2015 |
82
- | 3.1357 | 30.0 | 819270 | 3.2014 |
 
 
 
 
 
 
 
 
 
 
83
 
84
 
85
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 3.1929
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
+ - num_epochs: 40
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-------:|:---------------:|
48
+ | 3.7357 | 1.0 | 13655 | 3.6781 |
49
+ | 3.5721 | 2.0 | 27310 | 3.5302 |
50
+ | 3.4961 | 3.0 | 40965 | 3.4658 |
51
+ | 3.4406 | 4.0 | 54620 | 3.4242 |
52
+ | 3.4043 | 5.0 | 68275 | 3.3943 |
53
+ | 3.3789 | 6.0 | 81930 | 3.3726 |
54
+ | 3.3576 | 7.0 | 95585 | 3.3538 |
55
+ | 3.3389 | 8.0 | 109240 | 3.3389 |
56
+ | 3.3151 | 9.0 | 122895 | 3.3270 |
57
+ | 3.314 | 5.0 | 136545 | 3.3226 |
58
+ | 3.3044 | 6.0 | 163854 | 3.3124 |
59
+ | 3.2931 | 7.0 | 191163 | 3.3078 |
60
+ | 3.2874 | 8.0 | 218472 | 3.3094 |
61
+ | 3.2817 | 9.0 | 245781 | 3.2943 |
62
+ | 3.269 | 10.0 | 273090 | 3.2785 |
63
+ | 3.2423 | 11.0 | 300399 | 3.2651 |
64
+ | 3.2253 | 12.0 | 327708 | 3.2530 |
65
+ | 3.2096 | 13.0 | 355017 | 3.2435 |
66
+ | 3.1939 | 14.0 | 382326 | 3.2326 |
67
+ | 3.1786 | 15.0 | 409635 | 3.2225 |
68
+ | 3.1625 | 16.0 | 436944 | 3.2198 |
69
+ | 3.1619 | 17.0 | 464253 | 3.2180 |
70
+ | 3.1521 | 18.0 | 491562 | 3.2164 |
71
+ | 3.1555 | 19.0 | 518871 | 3.2152 |
72
+ | 3.1523 | 20.0 | 546180 | 3.2164 |
73
+ | 3.1639 | 21.0 | 573489 | 3.2133 |
74
+ | 3.1483 | 22.0 | 600798 | 3.2113 |
75
+ | 3.1497 | 23.0 | 628107 | 3.2077 |
76
+ | 3.1468 | 24.0 | 655416 | 3.2066 |
77
+ | 3.1461 | 25.0 | 682725 | 3.2052 |
78
+ | 3.1391 | 26.0 | 710034 | 3.2039 |
79
+ | 3.1384 | 27.0 | 737343 | 3.2031 |
80
+ | 3.135 | 28.0 | 764652 | 3.2020 |
81
+ | 3.1262 | 29.0 | 791961 | 3.2015 |
82
+ | 3.1357 | 30.0 | 819270 | 3.2019 |
83
+ | 3.1372 | 31.0 | 846579 | 3.2003 |
84
+ | 3.1346 | 32.0 | 873888 | 3.1988 |
85
+ | 3.134 | 33.0 | 901197 | 3.1975 |
86
+ | 3.1256 | 34.0 | 928506 | 3.1965 |
87
+ | 3.1261 | 35.0 | 955815 | 3.1950 |
88
+ | 3.1255 | 36.0 | 983124 | 3.1945 |
89
+ | 3.1278 | 37.0 | 1010433 | 3.1940 |
90
+ | 3.1186 | 38.0 | 1037742 | 3.1934 |
91
+ | 3.1136 | 39.0 | 1065051 | 3.1932 |
92
+ | 3.12 | 40.0 | 1092360 | 3.1929 |
93
 
94
 
95
  ### Framework versions