Training in progress epoch 1
Browse files- README.md +6 -5
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Train Accuracy: 0.
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
-
- Validation Accuracy: 0.
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -45,6 +45,7 @@ The following hyperparameters were used during training:
|
|
| 45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
| 0.6520 | 0.6836 | 0.6229 | 0.7804 | 0 |
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.6846
|
| 18 |
+
- Train Accuracy: 0.5992
|
| 19 |
+
- Validation Loss: 0.6300
|
| 20 |
+
- Validation Accuracy: 0.6147
|
| 21 |
+
- Epoch: 1
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
| 0.6520 | 0.6836 | 0.6229 | 0.7804 | 0 |
|
| 48 |
+
| 0.6846 | 0.5992 | 0.6300 | 0.6147 | 1 |
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711704852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eab64e63cd58ee5a22d36cae001c94f3ee3e057bd69e993948d83c89580b0a8b
|
| 3 |
size 711704852
|