IMvision12 commited on
Commit
4e1b61d
·
verified ·
1 Parent(s): 9012e5d

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +15 -0
kf_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.efficientnet",
5
+ "model_class": "EfficientNetImageClassify",
6
+ "variant": "tf_efficientnet_b5_in1k",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "efficientnet",
9
+ "width_coefficient": 1.6,
10
+ "depth_coefficient": 2.2,
11
+ "dropout_rate": 0.4,
12
+ "default_size": 456,
13
+ "image_size": 456,
14
+ "num_classes": 1000
15
+ }