Update all files for Remote-CLIP-ViT-L-14
Browse files- transformers/config.json +24 -28
transformers/config.json
CHANGED
|
@@ -1,44 +1,40 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"CLIPModel"
|
| 4 |
-
],
|
| 5 |
-
"dtype": "float32",
|
| 6 |
-
"initializer_factor": 1.0,
|
| 7 |
-
"logit_scale_init_value": 2.6592,
|
| 8 |
"model_type": "clip",
|
| 9 |
-
"projection_dim": 768,
|
| 10 |
"text_config": {
|
| 11 |
-
"
|
| 12 |
-
"dropout": 0.0,
|
| 13 |
-
"hidden_act": "quick_gelu",
|
| 14 |
"hidden_size": 768,
|
| 15 |
-
"initializer_factor": 1.0,
|
| 16 |
-
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
-
"layer_norm_eps": 1e-05,
|
| 19 |
"max_position_embeddings": 77,
|
| 20 |
-
"model_type": "clip_text_model",
|
| 21 |
"num_attention_heads": 12,
|
| 22 |
"num_hidden_layers": 12,
|
|
|
|
| 23 |
"projection_dim": 768,
|
| 24 |
-
"
|
|
|
|
|
|
|
|
|
|
| 25 |
},
|
| 26 |
-
"transformers_version": "4.57.3",
|
| 27 |
"vision_config": {
|
| 28 |
-
"
|
| 29 |
-
"dropout": 0.0,
|
| 30 |
-
"hidden_act": "quick_gelu",
|
| 31 |
"hidden_size": 1024,
|
| 32 |
-
"image_size": 224,
|
| 33 |
-
"initializer_factor": 1.0,
|
| 34 |
-
"initializer_range": 0.02,
|
| 35 |
"intermediate_size": 4096,
|
| 36 |
-
"layer_norm_eps": 1e-05,
|
| 37 |
-
"model_type": "clip_vision_model",
|
| 38 |
"num_attention_heads": 16,
|
| 39 |
-
"num_channels": 3,
|
| 40 |
"num_hidden_layers": 24,
|
| 41 |
"patch_size": 14,
|
| 42 |
-
"
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"model_type": "clip",
|
|
|
|
| 3 |
"text_config": {
|
| 4 |
+
"model_type": "clip_text_model",
|
|
|
|
|
|
|
| 5 |
"hidden_size": 768,
|
|
|
|
|
|
|
| 6 |
"intermediate_size": 3072,
|
|
|
|
| 7 |
"max_position_embeddings": 77,
|
|
|
|
| 8 |
"num_attention_heads": 12,
|
| 9 |
"num_hidden_layers": 12,
|
| 10 |
+
"vocab_size": 49408,
|
| 11 |
"projection_dim": 768,
|
| 12 |
+
"hidden_act": "quick_gelu",
|
| 13 |
+
"layer_norm_eps": 1e-05,
|
| 14 |
+
"attention_dropout": 0.0,
|
| 15 |
+
"dropout": 0.0
|
| 16 |
},
|
|
|
|
| 17 |
"vision_config": {
|
| 18 |
+
"model_type": "clip_vision_model",
|
|
|
|
|
|
|
| 19 |
"hidden_size": 1024,
|
|
|
|
|
|
|
|
|
|
| 20 |
"intermediate_size": 4096,
|
|
|
|
|
|
|
| 21 |
"num_attention_heads": 16,
|
|
|
|
| 22 |
"num_hidden_layers": 24,
|
| 23 |
"patch_size": 14,
|
| 24 |
+
"image_size": 224,
|
| 25 |
+
"projection_dim": 768,
|
| 26 |
+
"num_channels": 3,
|
| 27 |
+
"hidden_act": "quick_gelu",
|
| 28 |
+
"layer_norm_eps": 1e-05,
|
| 29 |
+
"attention_dropout": 0.0,
|
| 30 |
+
"dropout": 0.0
|
| 31 |
+
},
|
| 32 |
+
"projection_dim": 768,
|
| 33 |
+
"logit_scale_init_value": 2.6592,
|
| 34 |
+
"initializer_factor": 1.0,
|
| 35 |
+
"dtype": "float32",
|
| 36 |
+
"architectures": [
|
| 37 |
+
"CLIPModel"
|
| 38 |
+
],
|
| 39 |
+
"transformers_version": "4.57.3"
|
| 40 |
+
}
|