Commit
•
57fcad7
1
Parent(s):
53f0739
set the correct vision_config.hidden_act (#2)
Browse files- set the correct vision_config.hidden_act (8e7a7cf768892e7396a0f096c4326519b290bf51)
Co-authored-by: Stas Bekman <stas@users.noreply.huggingface.co>
- config.json +1 -0
config.json
CHANGED
@@ -36,6 +36,7 @@
|
|
36 |
"use_resampler": true,
|
37 |
"vocab_size": 32000,
|
38 |
"vision_config": {
|
|
|
39 |
"embed_dim": 1280,
|
40 |
"image_size": 224,
|
41 |
"intermediate_size": 5120,
|
|
|
36 |
"use_resampler": true,
|
37 |
"vocab_size": 32000,
|
38 |
"vision_config": {
|
39 |
+
"hidden_act": "gelu",
|
40 |
"embed_dim": 1280,
|
41 |
"image_size": 224,
|
42 |
"intermediate_size": 5120,
|