IMvision12 commited on
Commit
eabf910
·
verified ·
1 Parent(s): bd76eba

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +23 -0
kf_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.convnext",
5
+ "model_class": "ConvNeXtImageClassify",
6
+ "variant": "convnext_tiny_fb_in22k",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "convnext",
9
+ "depths": [
10
+ 3,
11
+ 3,
12
+ 9,
13
+ 3
14
+ ],
15
+ "projection_dim": [
16
+ 96,
17
+ 192,
18
+ 384,
19
+ 768
20
+ ],
21
+ "image_size": 224,
22
+ "num_classes": 21841
23
+ }