showvikdbz
commited on
Commit
•
6df9bde
1
Parent(s):
f5c7365
Training in progress epoch 2
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 [google-bert/bert-base-uncased](https://huggingface.co/google-bert/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 Accuracy: 0.
|
22 |
-
- Train F1: 0.
|
23 |
-
- Train Precision: 0.
|
24 |
-
- Train Recall: 0.
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,6 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|:----------:|:---------------:|:--------------:|:--------:|:---------------:|:------------:|:-----:|
|
51 |
| 0.0951 | 0.0606 | 0.9825 | 0.9661 | 0.9823 | 0.9504 | 0 |
|
52 |
| 0.0406 | 0.0665 | 0.9828 | 0.9667 | 0.9882 | 0.9460 | 1 |
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.0161
|
20 |
+
- Validation Loss: 0.0759
|
21 |
+
- Train Accuracy: 0.9835
|
22 |
+
- Train F1: 0.9684
|
23 |
+
- Train Precision: 0.9742
|
24 |
+
- Train Recall: 0.9627
|
25 |
+
- Epoch: 2
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
|:----------:|:---------------:|:--------------:|:--------:|:---------------:|:------------:|:-----:|
|
51 |
| 0.0951 | 0.0606 | 0.9825 | 0.9661 | 0.9823 | 0.9504 | 0 |
|
52 |
| 0.0406 | 0.0665 | 0.9828 | 0.9667 | 0.9882 | 0.9460 | 1 |
|
53 |
+
| 0.0161 | 0.0759 | 0.9835 | 0.9684 | 0.9742 | 0.9627 | 2 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438223128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad7485aad9757c88805fb737417de0c6234459dff3c5760433f4fb7f4d4b98e6
|
3 |
size 438223128
|