Training in progress epoch 3
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
| 0.5572 | 0.7599 | 0.4802 | 0.8020 | 0 |
|
49 |
| 0.3324 | 0.8795 | 0.3869 | 0.8444 | 1 |
|
50 |
| 0.2057 | 0.9272 | 0.3933 | 0.8646 | 2 |
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.1212
|
19 |
+
- Train Accuracy: 0.9597
|
20 |
+
- Validation Loss: 0.4413
|
21 |
+
- Validation Accuracy: 0.8747
|
22 |
+
- Epoch: 3
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
| 0.5572 | 0.7599 | 0.4802 | 0.8020 | 0 |
|
49 |
| 0.3324 | 0.8795 | 0.3869 | 0.8444 | 1 |
|
50 |
| 0.2057 | 0.9272 | 0.3933 | 0.8646 | 2 |
|
51 |
+
| 0.1212 | 0.9597 | 0.4413 | 0.8747 | 3 |
|
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:c6ee57ac9c074ace6254f408bdd9a3a259684650718ae144364f06a3b5ab0d39
|
3 |
size 438226204
|