Add LDT-10M config
#9
by Compactbot - opened
- config.json +8 -6
config.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
|
|
|
|
|
|
| 3 |
"vocab_size": 12288,
|
| 4 |
"d_model": 320,
|
| 5 |
"n_layers": 5,
|
| 6 |
"n_heads": 5,
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"max_position_embeddings": 512,
|
| 10 |
"tie_word_embeddings": true,
|
| 11 |
-
"
|
| 12 |
-
"
|
|
|
|
| 13 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LDT"
|
| 4 |
+
],
|
| 5 |
"vocab_size": 12288,
|
| 6 |
"d_model": 320,
|
| 7 |
"n_layers": 5,
|
| 8 |
"n_heads": 5,
|
| 9 |
+
"ffn_dim": 896,
|
| 10 |
+
"context_length": 512,
|
|
|
|
| 11 |
"tie_word_embeddings": true,
|
| 12 |
+
"activation": "swiglu",
|
| 13 |
+
"norm_eps": 1e-05,
|
| 14 |
+
"torch_dtype": "float32"
|
| 15 |
}
|