moyasser20 commited on
Commit
befe04d
·
verified ·
1 Parent(s): 5524e1c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target_size": [
3
+ 300,
4
+ 300
5
+ ],
6
+ "test_size": 0.2,
7
+ "random_state": 42,
8
+ "model_architecture": "EfficientNetB3",
9
+ "svm_params": {
10
+ "kernel": "rbf",
11
+ "C": 10,
12
+ "gamma": "scale"
13
+ },
14
+ "knn_params": {
15
+ "n_neighbors": 6,
16
+ "weights": "distance"
17
+ }
18
+ }