Training in progress epoch 10
Browse files- README.md +5 -4
- 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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 1.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
| 0.0608 | 1.0342 | 0.7827 | 7 |
|
54 |
| 0.0456 | 1.0815 | 0.7818 | 8 |
|
55 |
| 0.0396 | 1.0829 | 0.7852 | 9 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0316
|
18 |
+
- Validation Loss: 1.1405
|
19 |
+
- Train Accuracy: 0.7835
|
20 |
+
- Epoch: 10
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
53 |
| 0.0608 | 1.0342 | 0.7827 | 7 |
|
54 |
| 0.0456 | 1.0815 | 0.7818 | 8 |
|
55 |
| 0.0396 | 1.0829 | 0.7852 | 9 |
|
56 |
+
| 0.0316 | 1.1405 | 0.7835 | 10 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438226204
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cf7f26243f509eaac479c0925364f8947593f2cfc7e6d8ee4178e742be15c8d
|
3 |
size 438226204
|