IMvision12 commited on
Commit
7f7e4f7
·
verified ·
1 Parent(s): 4959c8b

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +26 -0
kf_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.convnextv2",
5
+ "model_class": "ConvNeXtV2ImageClassify",
6
+ "variant": "convnextv2_tiny_fcmae_ft_in1k",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "convnextv2",
9
+ "depths": [
10
+ 3,
11
+ 3,
12
+ 9,
13
+ 3
14
+ ],
15
+ "projection_dim": [
16
+ 96,
17
+ 192,
18
+ 384,
19
+ 768
20
+ ],
21
+ "use_conv": false,
22
+ "use_grn": true,
23
+ "layer_scale_init": null,
24
+ "image_size": 224,
25
+ "num_classes": 1000
26
+ }