fedeed commited on
Commit
6840adb
·
verified ·
1 Parent(s): 2b382d3

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
+ "model_name": "trained_model_svm_dataset_path3",
4
+ "model_path": "./trained_model_svm_dataset_path3.pkl",
5
+ "task": "classification",
6
+ "labels": ["NORMAL", "PNEUMONIA"]
7
+ }