feat: change nb layers
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"mlp_bias": false,
|
| 20 |
"model_type": "llama",
|
| 21 |
"num_attention_heads": 32,
|
| 22 |
-
"num_hidden_layers":
|
| 23 |
"num_key_value_heads": 8,
|
| 24 |
"pretraining_tp": 1,
|
| 25 |
"rms_norm_eps": 1e-05,
|
|
|
|
| 19 |
"mlp_bias": false,
|
| 20 |
"model_type": "llama",
|
| 21 |
"num_attention_heads": 32,
|
| 22 |
+
"num_hidden_layers": 1,
|
| 23 |
"num_key_value_heads": 8,
|
| 24 |
"pretraining_tp": 1,
|
| 25 |
"rms_norm_eps": 1e-05,
|