Training in progress epoch 4
Browse files- README.md +5 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ 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 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Validation Accuracy: 0.8424
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
| 0.3253 | 0.8797 | 0.3890 | 0.8404 | 1 |
|
49 |
| 0.2070 | 0.9290 | 0.4210 | 0.8303 | 2 |
|
50 |
| 0.1171 | 0.9610 | 0.5200 | 0.8424 | 3 |
|
|
|
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.0671
|
18 |
+
- Train Accuracy: 0.9806
|
19 |
+
- Validation Loss: 0.5285
|
20 |
- Validation Accuracy: 0.8424
|
21 |
+
- Epoch: 4
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
48 |
| 0.3253 | 0.8797 | 0.3890 | 0.8404 | 1 |
|
49 |
| 0.2070 | 0.9290 | 0.4210 | 0.8303 | 2 |
|
50 |
| 0.1171 | 0.9610 | 0.5200 | 0.8424 | 3 |
|
51 |
+
| 0.0671 | 0.9806 | 0.5285 | 0.8424 | 4 |
|
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:9570b1bc29b01b3af2aade89d8cd5bc73e6b45afa3ea4d70b2df37ed8a5474ce
|
3 |
size 438226204
|