Fine-tuned mBERT for Urdu sentiment classification — corrected labels
Browse files
README.md
CHANGED
|
@@ -19,9 +19,9 @@ 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 an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss:
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.0358
|
| 23 |
+
- Accuracy: 0.8074
|
| 24 |
+
- F1: 0.8073
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 57 |
+
| 0.8904 | 1.0 | 625 | 0.9830 | 0.7664 | 0.7622 |
|
| 58 |
+
| 0.7935 | 2.0 | 1250 | 0.8413 | 0.7978 | 0.7975 |
|
| 59 |
+
| 0.6253 | 3.0 | 1875 | 0.9115 | 0.8021 | 0.8014 |
|
| 60 |
+
| 0.5877 | 4.0 | 2500 | 0.9304 | 0.8055 | 0.8051 |
|
| 61 |
+
| 0.4309 | 5.0 | 3125 | 1.0358 | 0.8074 | 0.8073 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|