IMvision12 commited on
Commit
61bb012
·
verified ·
1 Parent(s): 22fa1f7

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.owlvit",
5
+ "model_class": "OwlViTDetect",
6
+ "variant": "owlvit-large-patch14",
7
+ "weights": "model.weights.h5",
8
+ "model_type": "owlvit",
9
+ "vision_image_size": 840,
10
+ "vision_patch_size": 14,
11
+ "vision_hidden_dim": 1024,
12
+ "vision_intermediate_size": 4096,
13
+ "vision_num_layers": 24,
14
+ "vision_num_heads": 16,
15
+ "text_hidden_dim": 768,
16
+ "text_intermediate_size": 3072,
17
+ "text_num_heads": 16,
18
+ "projection_dim": 768,
19
+ "text_num_layers": 12,
20
+ "text_max_position_embeddings": 16,
21
+ "text_vocab_size": 49408,
22
+ "image_size": null
23
+ }