Phase-Technologies commited on
Commit
38d992f
·
verified ·
1 Parent(s): 54aed75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  datasets:
3
  - Xerv-AI/netuark-posts-6000
 
 
4
  ---
5
 
6
  # NetuArk Posts Classifier (Ensemble Architecture)
@@ -18,7 +20,7 @@ The model is trained to classify the following sources:
18
  ## Model Details
19
  - **Architecture:** Voting Classifier (Multinomial Naive Bayes + Logistic Regression)
20
  - **Vectorization:** TF-IDF (N-grams 1-3)
21
- - **Accuracy:** 99.81% on the NetuArk-6000 dataset.
22
  - **Classes:** HackerNews, TechCrunch, TheVerge, FT, GuardianTech, Slashdot, ArsTechnica.
23
 
24
  ## Training Data
 
1
  ---
2
  datasets:
3
  - Xerv-AI/netuark-posts-6000
4
+ metrics:
5
+ - accuracy : 94.81%
6
  ---
7
 
8
  # NetuArk Posts Classifier (Ensemble Architecture)
 
20
  ## Model Details
21
  - **Architecture:** Voting Classifier (Multinomial Naive Bayes + Logistic Regression)
22
  - **Vectorization:** TF-IDF (N-grams 1-3)
23
+ - **Accuracy:** 94.81% on the NetuArk-6000 dataset.
24
  - **Classes:** HackerNews, TechCrunch, TheVerge, FT, GuardianTech, Slashdot, ArsTechnica.
25
 
26
  ## Training Data