Training in progress epoch 8
Browse files- README.md +9 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Binary Accuracy: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -45,6 +45,12 @@ The following hyperparameters were used during training:
|
|
45 |
| 0.2552 | 0.9444 | 0 |
|
46 |
| 0.1295 | 0.9872 | 1 |
|
47 |
| 0.0707 | 0.9872 | 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0364
|
18 |
+
- Train Binary Accuracy: 0.9915
|
19 |
+
- Epoch: 8
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
45 |
| 0.2552 | 0.9444 | 0 |
|
46 |
| 0.1295 | 0.9872 | 1 |
|
47 |
| 0.0707 | 0.9872 | 2 |
|
48 |
+
| 0.0859 | 0.9829 | 3 |
|
49 |
+
| 0.0484 | 0.9872 | 4 |
|
50 |
+
| 0.0363 | 0.9957 | 5 |
|
51 |
+
| 0.0209 | 1.0 | 6 |
|
52 |
+
| 0.0268 | 0.9957 | 7 |
|
53 |
+
| 0.0364 | 0.9915 | 8 |
|
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 216656940
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1306dcc8bdb0dd3f2326774efae2daf31b4e71251e1300fef7a60cd577ff19cc
|
3 |
size 216656940
|