Training in progress epoch 19
Browse files- README.md +3 -2
- 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.0003
|
19 |
- Train Accuracy: 1.0
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -62,6 +62,7 @@ The following hyperparameters were used during training:
|
|
62 |
| 0.0160 | 0.0005 | 1.0 | 16 |
|
63 |
| 0.0302 | 0.0004 | 1.0 | 17 |
|
64 |
| 0.0250 | 0.0003 | 1.0 | 18 |
|
|
|
65 |
|
66 |
|
67 |
### 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.0069
|
18 |
- Validation Loss: 0.0003
|
19 |
- Train Accuracy: 1.0
|
20 |
+
- Epoch: 19
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
62 |
| 0.0160 | 0.0005 | 1.0 | 16 |
|
63 |
| 0.0302 | 0.0004 | 1.0 | 17 |
|
64 |
| 0.0250 | 0.0003 | 1.0 | 18 |
|
65 |
+
| 0.0069 | 0.0003 | 1.0 | 19 |
|
66 |
|
67 |
|
68 |
### 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:2be1f590a1d6b657a76c2f08f7ea0935f21c6ec87ec5444ff81e66be8fd89a7b
|
3 |
size 497983984
|