Commit ·
3925e0b
1
Parent(s): b111f23
Training in progress epoch 1
Browse files- README.md +8 -7
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -16,13 +16,13 @@ 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 |
-
- Validation Loss: 0.
|
| 21 |
-
- Train Precision: 0.
|
| 22 |
-
- Train Recall: 0.
|
| 23 |
-
- Train F1: 0.
|
| 24 |
-
- Train Accuracy: 0.
|
| 25 |
-
- Epoch:
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
| 49 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
| 50 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 51 |
| 0.1130 | 0.0547 | 0.7364 | 0.7916 | 0.7630 | 0.9832 | 0 |
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
### 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.0335
|
| 20 |
+
- Validation Loss: 0.0497
|
| 21 |
+
- Train Precision: 0.7836
|
| 22 |
+
- Train Recall: 0.8513
|
| 23 |
+
- Train F1: 0.8161
|
| 24 |
+
- Train Accuracy: 0.9850
|
| 25 |
+
- Epoch: 1
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 49 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
| 50 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 51 |
| 0.1130 | 0.0547 | 0.7364 | 0.7916 | 0.7630 | 0.9832 | 0 |
|
| 52 |
+
| 0.0335 | 0.0497 | 0.7836 | 0.8513 | 0.8161 | 0.9850 | 1 |
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435849172
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:876b347556d7f3623b409927ee2292e3f51161730e6d34baa5d3f965772ff6da
|
| 3 |
size 435849172
|