YagiASAFAS
commited on
Commit
•
1d64715
1
Parent(s):
47bb607
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# polibert-malaysia-ver4
|
16 |
|
17 |
-
This model is
|
|
|
|
|
|
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.2641
|
20 |
- Accuracy: 0.9371
|
@@ -45,6 +49,19 @@ The following hyperparameters were used during training:
|
|
45 |
- num_epochs: 8
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
|
|
14 |
|
15 |
# polibert-malaysia-ver4
|
16 |
|
17 |
+
This model is new version of YagiASAFAS/polibert-malaysia-ver2.
|
18 |
+
What is new is that this model used a new dataset which not only used tnwei/ms-newspapers dataset but also almost 10k of instagram posts regarding several topics about Malaysia.
|
19 |
+
By doing so, this model captures not only formal sentences such as News, but also captures informal sentences such as personal posts.
|
20 |
+
As a tradeoff, the accuracy was quite lower compared to the previous one(ver3).
|
21 |
+
This model is an updated version of the ver3, increasing accuracy.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.2641
|
24 |
- Accuracy: 0.9371
|
|
|
49 |
- num_epochs: 8
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
+
### Label Mappings
|
53 |
+
- 0: Economic Concerns
|
54 |
+
- 1: Racial discrimination or polarization
|
55 |
+
- 2: Leadership weaknesses
|
56 |
+
- 3: Development and infrastructure gaps
|
57 |
+
- 4: Corruption
|
58 |
+
- 5: Political instablility
|
59 |
+
- 6: Socials and Public safety
|
60 |
+
- 7: Administration
|
61 |
+
- 8: Education
|
62 |
+
- 9: Religion issues
|
63 |
+
- 10: Environmental
|
64 |
+
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|