Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"max_position_embeddings": 4096,
|
18 |
"model_type": "gpt_neox",
|
19 |
"num_attention_heads": 4,
|
20 |
-
"num_hidden_layers":
|
21 |
"pad_token_id": 0,
|
22 |
"rope_scaling": null,
|
23 |
"rotary_emb_base": 10000,
|
|
|
17 |
"max_position_embeddings": 4096,
|
18 |
"model_type": "gpt_neox",
|
19 |
"num_attention_heads": 4,
|
20 |
+
"num_hidden_layers": 1,
|
21 |
"pad_token_id": 0,
|
22 |
"rope_scaling": null,
|
23 |
"rotary_emb_base": 10000,
|