Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "codellama",
|
| 3 |
+
"hidden_size": 4096,
|
| 4 |
+
"num_attention_heads": 32,
|
| 5 |
+
"num_hidden_layers": 40,
|
| 6 |
+
"vocab_size": 32000,
|
| 7 |
+
"intermediate_size": 11008,
|
| 8 |
+
"use_parallel_residual": true
|
| 9 |
+
}
|