Upload TFBertForSequenceClassification
Browse files- README.md +7 -7
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Validation Loss: 0.
|
22 |
-
- Validation Accuracy: 0.
|
23 |
- Epoch: 2
|
24 |
|
25 |
## Model description
|
@@ -46,9 +46,9 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.0754
|
20 |
+
- Train Accuracy: 0.9847
|
21 |
+
- Validation Loss: 0.0764
|
22 |
+
- Validation Accuracy: 0.9855
|
23 |
- Epoch: 2
|
24 |
|
25 |
## Model description
|
|
|
46 |
|
47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
49 |
+
| 0.2388 | 0.9651 | 0.0972 | 0.9870 | 0 |
|
50 |
+
| 0.0842 | 0.9833 | 0.0702 | 0.9861 | 1 |
|
51 |
+
| 0.0754 | 0.9847 | 0.0764 | 0.9855 | 2 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711769448
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea415771c48978d000f5eb7b9109e17aeeb771df4e8c6a10fa6e9b3b4aba8b7a
|
3 |
size 711769448
|