Update hidden_act to silu

#14
by ArthurZ HF staff - opened
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -27,7 +27,7 @@
27
  "transformers_version": null,
28
  "vision_config": {
29
  "head_dim": 64,
30
- "hidden_act": "gelu",
31
  "image_size": 1024,
32
  "is_composition": true,
33
  "model_type": "pixtral",
 
27
  "transformers_version": null,
28
  "vision_config": {
29
  "head_dim": 64,
30
+ "hidden_act": "silu",
31
  "image_size": 1024,
32
  "is_composition": true,
33
  "model_type": "pixtral",