Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -8,12 +8,14 @@
|
|
| 8 |
"projection_dim": 512,
|
| 9 |
"text_config": {
|
| 10 |
"heads": 8,
|
|
|
|
| 11 |
"layers": 12,
|
| 12 |
"model_type": "clip_text_model"
|
| 13 |
},
|
| 14 |
"torch_dtype": "float32",
|
| 15 |
"transformers_version": "4.34.0",
|
| 16 |
"vision_config": {
|
|
|
|
| 17 |
"model_type": "clip_vision_model",
|
| 18 |
"patch_size": 16
|
| 19 |
}
|
|
|
|
| 8 |
"projection_dim": 512,
|
| 9 |
"text_config": {
|
| 10 |
"heads": 8,
|
| 11 |
+
"hidden_act": "quick_gelu",
|
| 12 |
"layers": 12,
|
| 13 |
"model_type": "clip_text_model"
|
| 14 |
},
|
| 15 |
"torch_dtype": "float32",
|
| 16 |
"transformers_version": "4.34.0",
|
| 17 |
"vision_config": {
|
| 18 |
+
"hidden_act": "quick_gelu",
|
| 19 |
"model_type": "clip_vision_model",
|
| 20 |
"patch_size": 16
|
| 21 |
}
|