End of training
Browse files- README.md +6 -4
- 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-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Sparse Categorical Accuracy: 0
|
19 |
-
- Validation Loss: 0.
|
20 |
- Validation Sparse Categorical Accuracy: 1.0
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,6 +45,8 @@ The following hyperparameters were used during training:
|
|
45 |
| Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
|
46 |
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
47 |
| 0.1465 | 0.9730 | 0.0034 | 1.0 | 0 |
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0019
|
18 |
+
- Train Sparse Categorical Accuracy: 1.0
|
19 |
+
- Validation Loss: 0.0011
|
20 |
- Validation Sparse Categorical Accuracy: 1.0
|
21 |
+
- Epoch: 2
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
| Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
|
46 |
|:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
|
47 |
| 0.1465 | 0.9730 | 0.0034 | 1.0 | 0 |
|
48 |
+
| 0.0033 | 1.0 | 0.0018 | 1.0 | 1 |
|
49 |
+
| 0.0019 | 1.0 | 0.0011 | 1.0 | 2 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669729124
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b9c08874e24ac1997f0b1b7930250fb3426ddf9b9232d24d51754fe2984727e
|
3 |
size 669729124
|