Updated `hidden_act` to `silu` (#74)
Browse files- Updated `hidden_act` to `silu` (2bb8ca365d155185e097ac9051e40e57bb0ee7cd)
Co-authored-by: Sergio Paniego <sergiopaniego@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"vision_config": {
|
| 31 |
"attention_dropout": 0.0,
|
| 32 |
"head_dim": 64,
|
| 33 |
-
"hidden_act": "
|
| 34 |
"hidden_size": 1024,
|
| 35 |
"image_size": 1540,
|
| 36 |
"initializer_range": 0.02,
|
|
|
|
| 30 |
"vision_config": {
|
| 31 |
"attention_dropout": 0.0,
|
| 32 |
"head_dim": 64,
|
| 33 |
+
"hidden_act": "silu",
|
| 34 |
"hidden_size": 1024,
|
| 35 |
"image_size": 1540,
|
| 36 |
"initializer_range": 0.02,
|