xDAN2099 commited on
Commit
b9157c5
1 Parent(s): bbccc0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -5,5 +5,23 @@ language:
5
  - zh
6
  ---
7
 
 
 
8
 
9
- This is a MoE Structure Model trained by xDAN & APUS.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - zh
6
  ---
7
 
8
+ Introduction
9
+ APUS-xDAN-4.0-MOE is a transformer-based decoder-only language model, developed on a vast corpus of data to ensure robust performance.
10
 
11
+ This is an enhanced MoE (Mixture of Experts) model built on top of the continued pre-training enhanced LlaMA architecture, further optimized with human-enhanced feedback algorithms to improve reasoning, mathematical, and logical capabilities during inference.
12
+
13
+ For more comprehensive information, please visit our blog post and GitHub repository. https://github.com/shootime2021/APUS-xDAN-4.0-moe
14
+
15
+ Model Details
16
+ APUS-xDAN-4.0-MOE leverages the innovative Mixture of Experts (MoE) architecture, incorporating components from dense language models. Specifically, it inherits its capabilities from the highly performant xDAN-L2 Series. With a total of 136 billion parameters, of which 30 billion are activated during runtime, APUS-xDAN-4.0-MOE demonstrates unparalleled efficiency. Through advanced quantization techniques, our open-source version occupies a mere 42GB, making it seamlessly compatible with consumer-grade GPUs like the 4090 and 3090. The following specifications:
17
+
18
+ Parameters: 136B
19
+ Architecture: Mixture of 4 Experts (MoE)
20
+ Experts Utilization: 2 experts used per token
21
+ Layers: 60
22
+ Attention Heads: 56 for queries, 8 for keys/values
23
+ Embedding Size: 7,168
24
+ Additional Features:
25
+ Rotary embeddings (RoPE)
26
+ Supports activation sharding and 1.5bit~4bit quantization
27
+ Maximum Sequence Length (context): 32,768 tokens