Samrudhi013 commited on
Commit
77e664b
·
verified ·
1 Parent(s): 3890a8e

Upload ST4 LinearSVC Subtask4 models + README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # ST4 LinearSVC Subtask 4
3
+
4
+ This repository contains ST4 LinearSVC models for Subtask 4:
5
+
6
+ - Hazard classification
7
+ - Product classification
8
+ - TF-IDF vectorizer
9
+
10
+ Models trained using LinearSVC with class_weight='balanced' and C hyperparameter search.
11
+
12
+ Usage: load the vectorizer and models with joblib to classify new incidents.