Training in progress epoch 8
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,6 +53,7 @@ The following hyperparameters were used during training:
|
|
53 |
| 0.8128 | 0.7861 | 1.0982 | 0.7143 | 5 |
|
54 |
| 0.6016 | 0.8534 | 1.0513 | 0.7532 | 6 |
|
55 |
| 0.4495 | 0.8947 | 0.9108 | 0.7879 | 7 |
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.2991
|
19 |
+
- Train Accuracy: 0.9414
|
20 |
+
- Validation Loss: 0.8437
|
21 |
+
- Validation Accuracy: 0.8182
|
22 |
+
- Epoch: 8
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
| 0.8128 | 0.7861 | 1.0982 | 0.7143 | 5 |
|
54 |
| 0.6016 | 0.8534 | 1.0513 | 0.7532 | 6 |
|
55 |
| 0.4495 | 0.8947 | 0.9108 | 0.7879 | 7 |
|
56 |
+
| 0.2991 | 0.9414 | 0.8437 | 0.8182 | 8 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711818664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e4a75616c3239d022908f9a202c71bd6f4c32da027f97fd0dc6e919289f9092
|
3 |
size 711818664
|