EgemenIpek
commited on
Commit
•
9212642
1
Parent(s):
018630f
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
<h1>Character-based Sentiment Classifier</h1>
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
license: cc-by-4.0
|
5 |
language:
|
|
|
1 |
<h1>Character-based Sentiment Classifier</h1>
|
2 |
|
3 |
+
This sentiment classifier classifies textual data into three classes: Positive, Neutral, Negative.
|
4 |
+
|
5 |
+
The classifier is based on google/canine-s, therefore, character-based. Thus, keep in mind that text pre-processing will affect results significantly.
|
6 |
+
|
7 |
+
After fine-tuning, the model these achieved scores in the test set:
|
8 |
+
|
9 |
+
Accuracy: 0.82174688057041, Precision: 0.8252264610535646, Recall: 0.8259560973518955, F1 Macro: 0.820257587240921, F1 Micro: 0.82174688057041
|
10 |
+
|
11 |
---
|
12 |
license: cc-by-4.0
|
13 |
language:
|