update model card README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Accuracy: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.1505
|
| 23 |
+
- Precision: 0.6680
|
| 24 |
+
- Recall: 0.4474
|
| 25 |
+
- F1: 0.5359
|
| 26 |
+
- Accuracy: 0.9557
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| 0.1683 | 1.0 | 2624 | 0.1589 | 0.6480 | 0.3641 | 0.4663 | 0.9513 |
|
| 58 |
+
| 0.1446 | 2.0 | 5248 | 0.1509 | 0.6658 | 0.4147 | 0.5111 | 0.9543 |
|
| 59 |
+
| 0.1163 | 3.0 | 7872 | 0.1505 | 0.6680 | 0.4474 | 0.5359 | 0.9557 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|