Training in progress epoch 13
Browse files- README.md +4 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,10 +14,10 @@ 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 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
- Train Accuracy: 1.0
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -56,6 +56,7 @@ The following hyperparameters were used during training:
|
|
56 |
| 0.0418 | 0.0016 | 1.0 | 10 |
|
57 |
| 0.0403 | 0.0013 | 1.0 | 11 |
|
58 |
| 0.0281 | 0.0009 | 1.0 | 12 |
|
|
|
59 |
|
60 |
|
61 |
### 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 |
+
- Train Loss: 0.0236
|
18 |
+
- Validation Loss: 0.0008
|
19 |
- Train Accuracy: 1.0
|
20 |
+
- Epoch: 13
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
56 |
| 0.0418 | 0.0016 | 1.0 | 10 |
|
57 |
| 0.0403 | 0.0013 | 1.0 | 11 |
|
58 |
| 0.0281 | 0.0009 | 1.0 | 12 |
|
59 |
+
| 0.0236 | 0.0008 | 1.0 | 13 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497983984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e0fee8373115730d22e253d2782a8aa39b25766ab9a7202831d047c5b750f55
|
3 |
size 497983984
|