Neura-Tech-AI commited on
Commit
533e78a
·
verified ·
1 Parent(s): 55fbf2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -122,13 +122,21 @@ The model can be used as a foundation for AI agents, structured generation, auto
122
 
123
  # Model Configuration
124
 
125
- <div align="center">
126
-
127
- | **Model** | **Total Params** | **Activated Params** | **Experts** | **Expert Size** | **Context Length** | **Precision** |
128
- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
129
- | Neuron-46x4B-Instruct | 125B | 8B | 46 | 4B | 262K | BF16 |
130
-
131
- </div>
 
 
 
 
 
 
 
 
132
 
133
  # Base Models
134
 
 
122
 
123
  # Model Configuration
124
 
125
+ | **Property** | **Value** |
126
+ | :--- | :--- |
127
+ | **Model** | Neuron-46x4B-Instruct |
128
+ | **Architecture** | Sparse Mixture of Experts (MoE) |
129
+ | **Total Parameters** | ~125B |
130
+ | **Active Parameters** | ~8B per token |
131
+ | **Total Experts** | 46 |
132
+ | **Expert Size** | ~4B |
133
+ | **Context Length** | 262,144 Tokens |
134
+ | **Model Family** | Qwen3 |
135
+ | **Model Type** | Instruction-Tuned Causal Language Model |
136
+ | **Task** | Text Generation |
137
+ | **Precision** | BF16 |
138
+ | **License** | Apache-2.0 |
139
+ | **Format** | Safetensors |
140
 
141
  # Base Models
142