Training in progress epoch 12
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 |
|
@@ -55,6 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
| 0.0520 | 0.0022 | 1.0 | 9 |
|
56 |
| 0.0418 | 0.0016 | 1.0 | 10 |
|
57 |
| 0.0403 | 0.0013 | 1.0 | 11 |
|
|
|
58 |
|
59 |
|
60 |
### 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.0281
|
18 |
+
- Validation Loss: 0.0009
|
19 |
- Train Accuracy: 1.0
|
20 |
+
- Epoch: 12
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
55 |
| 0.0520 | 0.0022 | 1.0 | 9 |
|
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
|
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:94f95f01488073fe15da5d78aaa20adf2a8b661260a94f5c13a258585de59d30
|
3 |
size 497983984
|