Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,24 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- Xerv-AI/netuark-posts-6000
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# NetuArk Posts Classifier (Ensemble Architecture)
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
- Xerv-AI/netuark-posts-6000
|
| 4 |
+
language: en
|
| 5 |
+
license: mit
|
| 6 |
+
library_name: sklearn
|
| 7 |
+
tags:
|
| 8 |
+
- text-classification
|
| 9 |
+
- ensemble
|
| 10 |
+
- scikit-learn
|
| 11 |
+
model-index:
|
| 12 |
+
- name: netuark-classifier-ensemble
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
type: text-classification
|
| 16 |
+
dataset:
|
| 17 |
+
name: netuark-posts-6000
|
| 18 |
+
type: Xerv-AI/netuark-posts-6000
|
| 19 |
+
metrics:
|
| 20 |
+
- type: accuracy
|
| 21 |
+
value: 93.75
|
| 22 |
---
|
| 23 |
|
| 24 |
# NetuArk Posts Classifier (Ensemble Architecture)
|