Create config.json
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "NCE",
|
| 3 |
+
"architectures": ["FiPhi-NeuralArk-3.9-Ultra"],
|
| 4 |
+
"hidden_size": 12288,
|
| 5 |
+
"num_hidden_layers": 61,
|
| 6 |
+
"num_attention_heads": 96,
|
| 7 |
+
"intermediate_size": 49152,
|
| 8 |
+
"vocab_size": 160000,
|
| 9 |
+
"max_position_embeddings": 256000,
|
| 10 |
+
"context_window": 256000,
|
| 11 |
+
"tokenizer_class": "ACC10Tokenizer",
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"layer_norm_epsilon": 1e-5,
|
| 14 |
+
"inner_thought_threads": 5,
|
| 15 |
+
"total_parameters": "1T",
|
| 16 |
+
"text_generation_engine": "B11T 3.5-Plus",
|
| 17 |
+
"open_weights": false,
|
| 18 |
+
"knowledge_cutoff": "2024-12",
|
| 19 |
+
"release_date": "2026-02-05"
|
| 20 |
+
}
|