Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
|
@@ -24,7 +24,8 @@
|
|
| 24 |
"image_dim_out": 1024,
|
| 25 |
"model_name": "openai/clip-vit-large-patch14-336",
|
| 26 |
"name": "clip_vision_model",
|
| 27 |
-
"num_img_tokens": 144
|
|
|
|
| 28 |
},
|
| 29 |
"initializer_range": 0.02,
|
| 30 |
"intermediate_size": 8192,
|
|
@@ -150,8 +151,5 @@
|
|
| 150 |
"torch_dtype": "bfloat16",
|
| 151 |
"transformers_version": "4.38.1",
|
| 152 |
"use_cache": true,
|
| 153 |
-
"vision_config": {
|
| 154 |
-
"intermediate_size": 4096
|
| 155 |
-
},
|
| 156 |
"vocab_size": 32064
|
| 157 |
}
|
|
|
|
| 24 |
"image_dim_out": 1024,
|
| 25 |
"model_name": "openai/clip-vit-large-patch14-336",
|
| 26 |
"name": "clip_vision_model",
|
| 27 |
+
"num_img_tokens": 144,
|
| 28 |
+
"intermediate_size": 4096
|
| 29 |
},
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
"intermediate_size": 8192,
|
|
|
|
| 151 |
"torch_dtype": "bfloat16",
|
| 152 |
"transformers_version": "4.38.1",
|
| 153 |
"use_cache": true,
|
|
|
|
|
|
|
|
|
|
| 154 |
"vocab_size": 32064
|
| 155 |
}
|