Model Card
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- sw
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- f1
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
model-index:
|
| 11 |
+
- name: v1
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
type: "Offensive words classifier"
|
| 15 |
+
name: "Text Classification"
|
| 16 |
+
metrics:
|
| 17 |
+
- type: f1
|
| 18 |
+
value: 0.9272349272349272
|
| 19 |
+
name: F1 Score
|
| 20 |
+
verified: false
|
| 21 |
+
- type: precision
|
| 22 |
+
value: 0.9550321199143469
|
| 23 |
+
name: Precision
|
| 24 |
+
verified: false
|
| 25 |
+
- type: recall
|
| 26 |
+
value: 0.901010101010101
|
| 27 |
+
name: Recall
|
| 28 |
+
verified: false
|
| 29 |
+
- type: accuracy
|
| 30 |
+
value: 0.9292214357937311
|
| 31 |
+
name: Accuracy
|
| 32 |
+
verified: false
|
| 33 |
+
---
|