Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "llama",
|
| 3 |
+
"hidden_size": 4096,
|
| 4 |
+
"num_attention_heads": 32,
|
| 5 |
+
"num_hidden_layers": 40,
|
| 6 |
+
}
|