ndemoes commited on
Commit
7be04dd
·
1 Parent(s): 0fd20e3

add model

Browse files
Files changed (2) hide show
  1. README.md +58 -16
  2. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,9 +14,11 @@ 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 an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 2.2171
18
- - Validation Loss: 5.3472
19
- - Epoch: 9
 
 
20
 
21
  ## Model description
22
 
@@ -40,23 +42,63 @@ The following hyperparameters were used during training:
40
 
41
  ### Training results
42
 
43
- | Train Loss | Validation Loss | Epoch |
44
- |:----------:|:---------------:|:-----:|
45
- | 3.9459 | 4.3483 | 0 |
46
- | 3.7441 | 4.3673 | 1 |
47
- | 3.5493 | 4.4316 | 2 |
48
- | 3.3524 | 4.4821 | 3 |
49
- | 3.1628 | 4.5738 | 4 |
50
- | 2.9695 | 4.6879 | 5 |
51
- | 2.7818 | 4.8299 | 6 |
52
- | 2.5856 | 4.9463 | 7 |
53
- | 2.3977 | 5.1645 | 8 |
54
- | 2.2171 | 5.3472 | 9 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.21.1
60
- - TensorFlow 2.9.1
61
  - Datasets 2.4.0
62
  - Tokenizers 0.12.1
 
14
 
15
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.3557
18
+ - Train Accuracy: 0.0010
19
+ - Validation Loss: 7.4820
20
+ - Validation Accuracy: 0.0
21
+ - Epoch: 49
22
 
23
  ## Model description
24
 
 
42
 
43
  ### Training results
44
 
45
+ | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
46
+ |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
47
+ | 4.6280 | 0.0015 | 4.3578 | 0.0013 | 0 |
48
+ | 4.2572 | 0.0018 | 4.2845 | 0.0013 | 1 |
49
+ | 4.0662 | 0.0018 | 4.2587 | 0.0012 | 2 |
50
+ | 3.9066 | 0.0016 | 4.2470 | 0.0012 | 3 |
51
+ | 3.7578 | 0.0016 | 4.2493 | 0.0013 | 4 |
52
+ | 3.6177 | 0.0018 | 4.2728 | 0.0013 | 5 |
53
+ | 3.4741 | 0.0017 | 4.3208 | 0.0012 | 6 |
54
+ | 3.3366 | 0.0017 | 4.3542 | 0.0012 | 7 |
55
+ | 3.1946 | 0.0016 | 4.3973 | 0.0012 | 8 |
56
+ | 3.0581 | 0.0016 | 4.4947 | 0.0014 | 9 |
57
+ | 2.9171 | 0.0017 | 4.5970 | 0.0013 | 10 |
58
+ | 2.7766 | 0.0016 | 4.6691 | 0.0014 | 11 |
59
+ | 2.6373 | 0.0015 | 4.7961 | 0.0012 | 12 |
60
+ | 2.4986 | 0.0014 | 4.8906 | 0.0002 | 13 |
61
+ | 2.3600 | 0.0015 | 4.9836 | 0.0002 | 14 |
62
+ | 2.2307 | 0.0014 | 5.1439 | 0.0001 | 15 |
63
+ | 2.1054 | 0.0015 | 5.3017 | 0.0001 | 16 |
64
+ | 1.9798 | 0.0015 | 5.4037 | 0.0001 | 17 |
65
+ | 1.8679 | 0.0014 | 5.5184 | 0.0001 | 18 |
66
+ | 1.7544 | 0.0013 | 5.6429 | 0.0001 | 19 |
67
+ | 1.6486 | 0.0013 | 5.7368 | 0.0001 | 20 |
68
+ | 1.5492 | 0.0013 | 5.8070 | 0.0001 | 21 |
69
+ | 1.4525 | 0.0013 | 5.9248 | 0.0001 | 22 |
70
+ | 1.3725 | 0.0013 | 5.9879 | 0.0 | 23 |
71
+ | 1.2901 | 0.0011 | 6.1063 | 0.0001 | 24 |
72
+ | 1.2178 | 0.0014 | 6.1828 | 0.0001 | 25 |
73
+ | 1.1429 | 0.0012 | 6.2581 | 0.0001 | 26 |
74
+ | 1.0831 | 0.0011 | 6.3003 | 0.0000 | 27 |
75
+ | 1.0266 | 0.0012 | 6.3558 | 0.0001 | 28 |
76
+ | 0.9673 | 0.0012 | 6.4831 | 0.0000 | 29 |
77
+ | 0.9116 | 0.0012 | 6.5555 | 0.0 | 30 |
78
+ | 0.8652 | 0.0012 | 6.6239 | 0.0 | 31 |
79
+ | 0.8198 | 0.0013 | 6.6751 | 0.0 | 32 |
80
+ | 0.7795 | 0.0013 | 6.7499 | 0.0 | 33 |
81
+ | 0.7410 | 0.0010 | 6.7741 | 0.0000 | 34 |
82
+ | 0.7015 | 0.0012 | 6.8395 | 0.0000 | 35 |
83
+ | 0.6679 | 0.0011 | 6.9150 | 0.0 | 36 |
84
+ | 0.6367 | 0.0010 | 6.9847 | 0.0 | 37 |
85
+ | 0.6034 | 0.0011 | 7.0334 | 0.0001 | 38 |
86
+ | 0.5756 | 0.0010 | 7.0516 | 0.0000 | 39 |
87
+ | 0.5442 | 0.0011 | 7.1220 | 0.0 | 40 |
88
+ | 0.5188 | 0.0010 | 7.1494 | 0.0000 | 41 |
89
+ | 0.4971 | 0.0010 | 7.2100 | 0.0 | 42 |
90
+ | 0.4711 | 0.0010 | 7.2883 | 0.0001 | 43 |
91
+ | 0.4501 | 0.0011 | 7.2946 | 0.0 | 44 |
92
+ | 0.4274 | 0.0011 | 7.3313 | 0.0001 | 45 |
93
+ | 0.4066 | 0.0011 | 7.3620 | 0.0000 | 46 |
94
+ | 0.3898 | 0.0011 | 7.4119 | 0.0000 | 47 |
95
+ | 0.3679 | 0.0010 | 7.4769 | 0.0001 | 48 |
96
+ | 0.3557 | 0.0010 | 7.4820 | 0.0 | 49 |
97
 
98
 
99
  ### Framework versions
100
 
101
  - Transformers 4.21.1
102
+ - TensorFlow 2.8.2
103
  - Datasets 2.4.0
104
  - Tokenizers 0.12.1
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70aa9ef30857d25cbec82b3c69380d8310d439dbc075b5c5cc0323f45c0e1b4b
3
  size 327745496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35972370ab766cd3e49037921a1b5b97ae364fd4211a42bc91c444d096f696b2
3
  size 327745496