amyeroberts HF staff commited on
Commit
f9cc239
1 Parent(s): fb98a1a

hidden_activation -> hidden_act

Browse files

This is the config value name for the copied MLP layer

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -24,7 +24,7 @@
24
  "transformers_version": "4.45.0.dev0",
25
  "vision_config": {
26
  "head_dim": 64,
27
- "hidden_activation": "gelu",
28
  "image_size": 1024,
29
  "model_type": "pixtral",
30
  "patch_size": 16,
 
24
  "transformers_version": "4.45.0.dev0",
25
  "vision_config": {
26
  "head_dim": 64,
27
+ "hidden_act": "gelu",
28
  "image_size": 1024,
29
  "model_type": "pixtral",
30
  "patch_size": 16,