versae commited on
Commit
3836920
·
verified ·
1 Parent(s): f0b941a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - 'no'
5
+ - nb
6
+ - nn
7
+ pipeline_tag: text-classification
8
+ library_name: fasttext
9
+ ---
10
+
11
+ # Test results
12
+
13
+ Accuracy: 0.7909090909090909
14
+ Precision: 0.8199052132701422
15
+ Recall: 0.692
16
+ F1: 0.7505422993492408
17
+
18
+ Confusion Matrix:
19
+ ```
20
+ [[262 38]
21
+ [ 77 173]]
22
+ ```