YagiASAFAS
commited on
Commit
•
a99889f
1
Parent(s):
c00c12c
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# malaysia-news-classification-bert-malay-skewness-fixed
|
16 |
|
17 |
-
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 1.0191
|
20 |
- Accuracy: 0.7277
|
@@ -47,6 +48,27 @@ The following hyperparameters were used during training:
|
|
47 |
- num_epochs: 10
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
|
|
14 |
|
15 |
# malaysia-news-classification-bert-malay-skewness-fixed
|
16 |
|
17 |
+
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on tnwei/ms-newspapers dataset.
|
18 |
+
It is a fixed version of YagiASAFAS/malaysia-news-classification-bert-english, which fixed the skewness of imbalanced distribution among categories.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.0191
|
21 |
- Accuracy: 0.7277
|
|
|
48 |
- num_epochs: 10
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
+
## Label Mappings
|
52 |
+
This model can predict the following labels:
|
53 |
+
- `0`: Election
|
54 |
+
- `1`: Political Issue
|
55 |
+
- `2`: Corruption
|
56 |
+
- `3`: Democracy
|
57 |
+
- `4`: Economic Growth
|
58 |
+
- `5`: Economic Disparity
|
59 |
+
- `6`: Economic Subsidy
|
60 |
+
- `7`: Ethnic Discrimination
|
61 |
+
- `8`: Ethnic Relation
|
62 |
+
- `9`: Ethnic Culture
|
63 |
+
- `10`: Religious Issue
|
64 |
+
- `11`: Business and Finance
|
65 |
+
- `12`: Sport
|
66 |
+
- `13`: Food
|
67 |
+
- `14`: Entertainment
|
68 |
+
- `15`: Environmental Issue
|
69 |
+
- `16`: Domestic News
|
70 |
+
- `17`: World News
|
71 |
+
|
72 |
### Training results
|
73 |
|
74 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|