Add missing config value (num_hidden_layers)
Browse filesThis is present in the 256M model: https://huggingface.co/HuggingFaceTB/SmolVLM2-256M-Video-Instruct/blob/main/config.json#L24
- config.json +1 -0
config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
"model_type": "llama",
|
21 |
"neftune_noise_alpha": 0.0,
|
22 |
"num_attention_heads": 15,
|
|
|
23 |
"num_key_value_heads": 5,
|
24 |
"pad_token_id": 2,
|
25 |
"perceiver_config": {
|
|
|
20 |
"model_type": "llama",
|
21 |
"neftune_noise_alpha": 0.0,
|
22 |
"num_attention_heads": 15,
|
23 |
+
"num_hidden_layers": 32,
|
24 |
"num_key_value_heads": 5,
|
25 |
"pad_token_id": 2,
|
26 |
"perceiver_config": {
|