EgemenIpek
commited on
Commit
•
27479ac
1
Parent(s):
9212642
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,13 @@ This sentiment classifier classifies textual data into three classes: Positive,
|
|
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
|
|
|
|
|
|
|
|
|
10 |
|
11 |
---
|
12 |
license: cc-by-4.0
|
|
|
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 these scores in the test set:
|
8 |
|
9 |
+
Accuracy: 0.82174688057041
|
10 |
+
Precision: 0.8252264610535646
|
11 |
+
Recall: 0.8259560973518955
|
12 |
+
F1 Macro: 0.820257587240921
|
13 |
+
F1 Micro: 0.82174688057041
|
14 |
|
15 |
---
|
16 |
license: cc-by-4.0
|