crimson78 commited on
Commit
a68bba8
·
verified ·
1 Parent(s): 48ea833

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +10 -0
  2. rf_model.pkl +3 -0
  3. vectorizer.pkl +3 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "RandomForest TF-IDF Spam Detector",
3
+ "task": "text-classification",
4
+ "labels": {
5
+ "0": "ham",
6
+ "1": "spam"
7
+ },
8
+ "framework": "scikit-learn",
9
+ "created": "2025-08-16"
10
+ }
rf_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373f20752858a15300a396d1db68160516376965da43d1af80099eeb024a7141
3
+ size 4752649
vectorizer.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892198dd428684dc684131c327c18ac686d560898b27dbba9016ad60842e5335
3
+ size 36645