File size: 1,722 Bytes
c634bd2 1f62300 c634bd2 b9d3163 c634bd2 55508cc c634bd2 d30ffdf 1f62300 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
---
license: apache-2.0
datasets:
- kornwtp/indonlu-smsa
language:
- id
metrics:
- accuracy
- f1
- precision
- recall
base_model:
- indolem/indobertweet-base-uncased
pipeline_tag: text-classification
library_name: transformers
---
## IndoBERTweet finetuned with IndoNLU smsa_doc-sentiment-prosa (Positive and Negative Sentiment Only)
## Training Details
<table border="1">
<thead>
<tr>
<th>Epoch</th>
<th>Training Loss</th>
<th>Validation Loss</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>0.149900</td>
<td>0.139475</td>
</tr>
<tr>
<td>2</td>
<td>0.131600</td>
<td>0.143117</td>
</tr>
<tr>
<td>3</td>
<td>0.036600</td>
<td>0.192144</td>
</tr>
</tbody>
</table>
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
<table border="1">
<thead>
<tr>
<th>Class</th>
<th>Precision</th>
<th>Recall</th>
<th>F1-Score</th>
<th>Support</th>
</tr>
</thead>
<tbody>
<tr>
<td>Positive</td>
<td>0.98</td>
<td>0.94</td>
<td>0.96</td>
<td>1098</td>
</tr>
<tr>
<td>Negative</td>
<td>0.89</td>
<td>0.96</td>
<td>0.93</td>
<td>601</td>
</tr>
<tr>
<td colspan="5"></td>
</tr>
<tr>
<td>Accuracy</td>
<td colspan="3">0.95</td>
<td>1699</td>
</tr>
<tr>
<td>Macro Avg</td>
<td>0.93</td>
<td>0.95</td>
<td>0.94</td>
<td>1699</td>
</tr>
<tr>
<td>Weighted Avg</td>
<td>0.95</td>
<td>0.95</td>
<td>0.95</td>
<td>1699</td>
</tr>
</tbody>
</table> |