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-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown 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 |
|
|
@@ -48,15 +48,18 @@ The following hyperparameters were used during training:
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- num_epochs:
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
-
| No log | 1.0 | 290 | 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.4599
|
| 23 |
+
- Precision: 0.7258
|
| 24 |
+
- Recall: 0.7077
|
| 25 |
+
- F1: 0.7166
|
| 26 |
+
- Accuracy: 0.9235
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
+
- num_epochs: 6
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| No log | 1.0 | 290 | 0.3998 | 0.7001 | 0.6635 | 0.6813 | 0.9163 |
|
| 58 |
+
| 0.105 | 2.0 | 580 | 0.3746 | 0.7303 | 0.7018 | 0.7157 | 0.9235 |
|
| 59 |
+
| 0.105 | 3.0 | 870 | 0.3891 | 0.725 | 0.7047 | 0.7147 | 0.9257 |
|
| 60 |
+
| 0.0655 | 4.0 | 1160 | 0.4368 | 0.7173 | 0.6951 | 0.7061 | 0.9227 |
|
| 61 |
+
| 0.0655 | 5.0 | 1450 | 0.4576 | 0.7279 | 0.7091 | 0.7184 | 0.9235 |
|
| 62 |
+
| 0.0323 | 6.0 | 1740 | 0.4599 | 0.7258 | 0.7077 | 0.7166 | 0.9235 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|