Update clip_vision_config.json

This commit is contained in:
Gaurang Ashava 2023-03-17 08:30:29 +05:30 committed by GitHub
parent 51bbbf8d64
commit 0ef852cd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
"architectures": [
"CLIPVisionModel"
],
"attention_dropout": 0.0,
"dropout": 0.0,
"attention_dropout":0.0,
"dropout":0.0,
"hidden_act": "quick_gelu",
"hidden_size": 1024,
"image_size": 224,
@ -20,4 +20,5 @@
"projection_dim": 768,
"torch_dtype": "float32",
"transformers_version": "4.24.0"
}