Commit
•
f9cc239
1
Parent(s):
fb98a1a
hidden_activation -> hidden_act
Browse filesThis is the config value name for the copied MLP layer
- 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 |
-
"
|
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,
|