ankitdotpy commited on
Commit
c159032
·
verified ·
1 Parent(s): 42c16e6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "SVM",
3
+ "architecture": "linear",
4
+ "tokenizer": "TF-IDF",
5
+ "num_classes": 3,
6
+ "hidden_size": null
7
+ }