IMvision12 commited on
Commit
20c88fc
·
verified ·
1 Parent(s): cf29856

Upload kf_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. kf_config.json +18 -0
kf_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "library_name": "kerasformers",
3
+ "kerasformers_version": "1.1.3",
4
+ "model_module": "kerasformers.models.deit",
5
+ "model_class": "DeiTImageClassify",
6
+ "variant": "deit_tiny_patch16_224_fb_in1k",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "deit",
9
+ "patch_size": 16,
10
+ "embed_dim": 192,
11
+ "depth": 12,
12
+ "num_heads": 3,
13
+ "use_distillation": false,
14
+ "no_embed_class": false,
15
+ "layer_scale_init": null,
16
+ "image_size": 224,
17
+ "num_classes": 1000
18
+ }