Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# ijelid-indobertweet
|
18 |
|
19 |
-
This model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2804
|
22 |
- Precision: 0.9323
|
@@ -24,6 +37,12 @@ It achieves the following results on the evaluation set:
|
|
24 |
- F1: 0.9356
|
25 |
- Accuracy: 0.9587
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Model description
|
28 |
|
29 |
More information needed
|
|
|
16 |
|
17 |
# ijelid-indobertweet
|
18 |
|
19 |
+
This model is a fine-tuned version of [indolem/indobertweet-base-uncased](https://huggingface.co/indolem/indobertweet-base-uncased) on the Indonesian-Javanese-English code-mixed Twitter dataset.
|
20 |
+
|
21 |
+
Label ID and its corresponding name:
|
22 |
+
|
23 |
+
| Label ID | Label Name |
|
24 |
+
|:---------------:|:------------------------------------------:
|
25 |
+
| LABEL_0 | English (EN) |
|
26 |
+
| LABEL_1 | Indonesian (ID) |
|
27 |
+
| LABEL_2 | Javanese (JV) |
|
28 |
+
| LABEL_3 | Mixed Indonesian-English (MIX-ID-EN) |
|
29 |
+
| LABEL_4 | Mixed Indonesian-Javanese (MIX-ID-JV) |
|
30 |
+
| LABEL_5 | Mixed Javanese-English (MIX-JV-EN) |
|
31 |
+
| LABEL_6 | Other (O) |
|
32 |
+
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.2804
|
35 |
- Precision: 0.9323
|
|
|
37 |
- F1: 0.9356
|
38 |
- Accuracy: 0.9587
|
39 |
|
40 |
+
It achieves the following results on the test set:
|
41 |
+
- Overall Precision: 0.9326
|
42 |
+
- Overall Recall: 0.9421
|
43 |
+
- Overall F1: 0.9371
|
44 |
+
- Overall Accuracy: 0.9643
|
45 |
+
|
46 |
## Model description
|
47 |
|
48 |
More information needed
|