Commit
·
41222f8
1
Parent(s):
d2f8c9f
Training in progress epoch 1
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 |
|
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
| 47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 49 |
| 0.6102 | 0.7444 | 0.4452 | 0.8295 | 0 |
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### 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.4504
|
| 20 |
+
- Train Accuracy: 0.8280
|
| 21 |
+
- Validation Loss: 0.3723
|
| 22 |
+
- Validation Accuracy: 0.8600
|
| 23 |
+
- Epoch: 1
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 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
|
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:769240b6cce4bc61b6e473009bc1efd063786a0dcdaac2f356a261648c7414e5
|
| 3 |
size 438226204
|