vedantjumle
commited on
Commit
·
fc926bd
1
Parent(s):
070b9d2
Training in progress epoch 48
Browse files- README.md +6 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Train Accuracy: 0.86
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -90,6 +90,9 @@ The following hyperparameters were used during training:
|
|
90 |
| 0.0822 | 0.6037 | 0.86 | 43 |
|
91 |
| 0.0865 | 0.5968 | 0.86 | 44 |
|
92 |
| 0.0819 | 0.5992 | 0.86 | 45 |
|
|
|
|
|
|
|
93 |
|
94 |
|
95 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0791
|
19 |
+
- Validation Loss: 0.5970
|
20 |
- Train Accuracy: 0.86
|
21 |
+
- Epoch: 48
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
90 |
| 0.0822 | 0.6037 | 0.86 | 43 |
|
91 |
| 0.0865 | 0.5968 | 0.86 | 44 |
|
92 |
| 0.0819 | 0.5992 | 0.86 | 45 |
|
93 |
+
| 0.0847 | 0.5988 | 0.86 | 46 |
|
94 |
+
| 0.0805 | 0.5971 | 0.86 | 47 |
|
95 |
+
| 0.0791 | 0.5970 | 0.86 | 48 |
|
96 |
|
97 |
|
98 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498407920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:884eb5e2c63ebc9cc4b9fe8158f2266d6c2aa21f7ae8ed0345412e65b9e98c31
|
3 |
size 498407920
|