harrisonvanderbyl
commited on
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"LiquidHeadModelForCausalLM"
|
5 |
],
|
6 |
"vocab_size": 2,
|
7 |
-
"num_attention_heads":
|
8 |
-
"hidden_size":
|
9 |
"embedding_mode": true,
|
10 |
-
"num_hidden_layers":
|
11 |
-
"head_dim":
|
12 |
}
|
|
|
4 |
"LiquidHeadModelForCausalLM"
|
5 |
],
|
6 |
"vocab_size": 2,
|
7 |
+
"num_attention_heads":64,
|
8 |
+
"hidden_size": 4096,
|
9 |
"embedding_mode": true,
|
10 |
+
"num_hidden_layers": 1,
|
11 |
+
"head_dim": 64
|
12 |
}
|