plhery commited on
Commit
0244f7c
·
verified ·
1 Parent(s): 7e08b91

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -12
config.json CHANGED
@@ -1,14 +1,7 @@
1
  {
2
- "model_type": "clip",
3
- "projection_dim": 512,
4
- "text_config": {
5
- "vocab_size": 49408,
6
- "hidden_size": 512,
7
- "num_attention_heads": 8,
8
- "num_hidden_layers": 12,
9
- "max_position_embeddings": 77
10
- },
11
- "vision_config": {
12
- "image_size": 224
13
- }
14
  }
 
1
  {
2
+ "model_type": "clip_vision_model",
3
+ "hidden_size": 512,
4
+ "image_size": 256,
5
+ "num_channels": 3,
6
+ "projection_dim": 512
 
 
 
 
 
 
 
7
  }