Commit ·
723d2fc
1
Parent(s): a6a8202
Update README.md (#4)
Browse files- Update README.md (ae2a7c42d08e3c2c3bbb455de724e1c6cc431928)
Co-authored-by: Soham <PhaseCEO@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
-
- Xerv-AI/netuark-posts-6000
|
| 4 |
language: en
|
| 5 |
license: mit
|
| 6 |
library_name: sklearn
|
|
@@ -8,6 +6,10 @@ tags:
|
|
| 8 |
- text-classification
|
| 9 |
- ensemble
|
| 10 |
- scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
model-index:
|
| 12 |
- name: netuark-classifier-ensemble
|
| 13 |
results:
|
|
@@ -20,7 +22,6 @@ model-index:
|
|
| 20 |
- type: accuracy
|
| 21 |
value: 93.75
|
| 22 |
---
|
| 23 |
-
|
| 24 |
# NetuArk Posts Classifier (Ensemble Architecture)
|
| 25 |
|
| 26 |
This model is a ensemble classifier designed to categorize technology-related social media posts into their respective news sources.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language: en
|
| 3 |
license: mit
|
| 4 |
library_name: sklearn
|
|
|
|
| 6 |
- text-classification
|
| 7 |
- ensemble
|
| 8 |
- scikit-learn
|
| 9 |
+
datasets:
|
| 10 |
+
- Xerv-AI/netuark-posts-6000
|
| 11 |
+
model_details:
|
| 12 |
+
parameters: {params}
|
| 13 |
model-index:
|
| 14 |
- name: netuark-classifier-ensemble
|
| 15 |
results:
|
|
|
|
| 22 |
- type: accuracy
|
| 23 |
value: 93.75
|
| 24 |
---
|
|
|
|
| 25 |
# NetuArk Posts Classifier (Ensemble Architecture)
|
| 26 |
|
| 27 |
This model is a ensemble classifier designed to categorize technology-related social media posts into their respective news sources.
|