Training in progress epoch 5
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: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
| 0.3382 | 0.5437 | 0.7960 | 2 |
|
49 |
| 0.2327 | 0.6227 | 0.7878 | 3 |
|
50 |
| 0.1581 | 0.7234 | 0.7795 | 4 |
|
|
|
51 |
|
52 |
|
53 |
### 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.1104
|
18 |
+
- Validation Loss: 0.8340
|
19 |
+
- Train Accuracy: 0.7832
|
20 |
+
- Epoch: 5
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
| 0.3382 | 0.5437 | 0.7960 | 2 |
|
49 |
| 0.2327 | 0.6227 | 0.7878 | 3 |
|
50 |
| 0.1581 | 0.7234 | 0.7795 | 4 |
|
51 |
+
| 0.1104 | 0.8340 | 0.7832 | 5 |
|
52 |
|
53 |
|
54 |
### 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:0907464b93e4ad5db6af0a6c11f2d32db47614140a71471e93dd1ee0e233cadf
|
3 |
size 438226204
|