Create config.json
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "vision_language",
|
| 3 |
+
"vision_encoder": "ViT",
|
| 4 |
+
"text_encoder": "Transformer",
|
| 5 |
+
"hidden_size": 896,
|
| 6 |
+
"num_hidden_layers": 10,
|
| 7 |
+
"num_attention_heads": 14,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"vocab_size": 32000
|
| 10 |
+
}
|