Commit
·
aad1e2d
1
Parent(s):
41222f8
Training in progress epoch 2
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -16,11 +16,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Train Loss: 0.
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
-
- Validation Loss: 0.
|
| 22 |
-
- Validation Accuracy: 0.
|
| 23 |
-
- Epoch:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
| 48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 49 |
| 0.6102 | 0.7444 | 0.4452 | 0.8295 | 0 |
|
| 50 |
| 0.4504 | 0.8280 | 0.3723 | 0.8600 | 1 |
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Train Loss: 0.3830
|
| 20 |
+
- Train Accuracy: 0.8599
|
| 21 |
+
- Validation Loss: 0.3341
|
| 22 |
+
- Validation Accuracy: 0.8746
|
| 23 |
+
- Epoch: 2
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 49 |
| 0.6102 | 0.7444 | 0.4452 | 0.8295 | 0 |
|
| 50 |
| 0.4504 | 0.8280 | 0.3723 | 0.8600 | 1 |
|
| 51 |
+
| 0.3830 | 0.8599 | 0.3341 | 0.8746 | 2 |
|
| 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:e014e552268e9855adb6f2c8c7809a128eb311c5427be173b903b509ebc8ab88
|
| 3 |
size 438226204
|