Upload config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["LWM-v1.1"],
|
| 3 |
+
"hidden_size": 128,
|
| 4 |
+
"num_attention_heads": 8,
|
| 5 |
+
"num_hidden_layers": 12
|
| 6 |
+
}
|