Create config.json
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "TuKoResearch/AuriStream7BDeep",
|
| 3 |
+
"architectures": ["AuriStream"],
|
| 4 |
+
"model_type": "AuriStream.AuriStream",
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_auristream.AuriStreamConfig",
|
| 7 |
+
"AutoModel": "modeling_auristream.AuriStream",
|
| 8 |
+
"AutoModelForCausalLM": "modeling_auristream.AuriStream"
|
| 9 |
+
},
|
| 10 |
+
"vocab_size": 8192,
|
| 11 |
+
"n_embd": 2560,
|
| 12 |
+
"n_layer": 96,
|
| 13 |
+
"n_head": 32,
|
| 14 |
+
"dropout": 0.0,
|
| 15 |
+
"bias": false,
|
| 16 |
+
"use_rope": true,
|
| 17 |
+
"n_pred_steps": 20,
|
| 18 |
+
"seq_len": 4096,
|
| 19 |
+
"skip_connections": false
|
| 20 |
+
}
|