EgemenIpek commited on
Commit
07ae67d
·
verified ·
1 Parent(s): f34cfd9

Update README.md

Browse files

This is a character-based sentiment classifier based on google/canine-s.

The label scheme is:
*Positive
*Neutral
*Negative

Test scores on the dataset:
Accuracy: 0.82174688057041, Precision: 0.8252264610535646, Recall: 0.8259560973518955, F1 Macro: 0.820257587240921, F1 Micro: 0.82174688057041

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - f1
7
+ base_model:
8
+ - google/canine-s
9
+ pipeline_tag: text-classification
10
+ ---