Navhan commited on
Commit
6f2602f
·
verified ·
1 Parent(s): d7ab329

Upload svm_ml pipeline and label maps

Browse files
Files changed (5) hide show
  1. README.md +2 -0
  2. id2label.json +5 -0
  3. label2id.json +5 -0
  4. requirements.txt +5 -0
  5. svm_ml_pipeline.joblib +3 -0
README.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # svm-ml (LinearSVC Pipeline)
2
+ Artifacts for inference: full Pipeline + label maps.
id2label.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "0": "normal",
3
+ "1": "promo",
4
+ "2": "smish"
5
+ }
label2id.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "normal": 0,
3
+ "promo": 1,
4
+ "smish": 2
5
+ }
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ scikit-learn>=1.2
2
+ scipy
3
+ numpy
4
+ joblib
5
+ huggingface_hub
svm_ml_pipeline.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c48fb18f19d88047165b89ed5739fbb5453768a0541e4de9472a608dc812856e
3
+ size 119537