willcb commited on
Commit
f2b37bd
·
verified ·
1 Parent(s): 5ccbd9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -23,18 +23,20 @@ pipeline_tag: text-generation
23
  </div>
24
 
25
  <p align="center">
26
- <strong>State-of-the-art 100B+ parameter Mixture-of-Experts model trained with large-scale reinforcement learning</strong>
27
  <br><br>
28
- Trained with <a href="https://github.com/PrimeIntellect-ai/prime-rl">prime-rl</a> infra and <a href="https://github.com/PrimeIntellect-ai/verifiers">verifiers</a> environments
29
  <br>
30
- Environments on <a href="https://app.primeintellect.ai/dashboard/environments">Environments Hub</a> | Read the <a href="https://primeintellect.ai/blog/intellect-3">Blog</a> & <a href="https://huggingface.co/PrimeIntellect/INTELLECT-3">Technical Report</a>
31
  <br>
32
- <a href="https://discord.gg/RC5GvMbfDf">X</a> | <a href="https://discord.gg/RC5GvMbfDf">Discord</a> | <a href="https://app.primeintellect.ai/dashboard/create-cluster">Prime Compute Platform</a>
 
 
33
  </p>
34
 
35
  ## Introduction
36
 
37
- **INTELLECT-3** is a 106B (A12B) parameter Mixture-of-Experts reasoning model post-trained from [GLM-4.5-Air-Base](https://huggingface.co/zai-org/GLM-4.5-Air-Base) using supervised fine-tuning (SFT) followed by reinforcement learning (RL).
38
 
39
  ![bench](temp_bench.png)
40
 
@@ -92,4 +94,4 @@ vllm serve PrimeIntellect/INTELLECT-3-FP8 \
92
  year={2025},
93
  url={https://huggingface.co/PrimeIntellect/INTELLECT-3}
94
  }
95
- ```
 
23
  </div>
24
 
25
  <p align="center">
26
+ <strong>INTELLECT-3: A 100B+ MoE trained with large-scale RL</strong>
27
  <br><br>
28
+ Trained with <a href="https://github.com/PrimeIntellect-ai/prime-rl">prime-rl</a> and <a href="https://github.com/PrimeIntellect-ai/verifiers">verifiers</a>
29
  <br>
30
+ Environments released on <a href="https://app.primeintellect.ai/dashboard/environments">Environments Hub</a>
31
  <br>
32
+ Read the <a href="https://primeintellect.ai/blog/intellect-3">Blog</a> & <a href="https://huggingface.co/PrimeIntellect/INTELLECT-3">Technical Report</a>
33
+ <br>
34
+ <a href="https://discord.gg/RC5GvMbfDf">X</a> | <a href="https://discord.gg/RC5GvMbfDf">Discord</a> | <a href="https://app.primeintellect.ai/dashboard/create-cluster">Prime Intellect Platform</a>
35
  </p>
36
 
37
  ## Introduction
38
 
39
+ **INTELLECT-3** is a 106B (A12B) parameter Mixture-of-Experts reasoning model post-trained from [GLM-4.5-Air-Base](https://huggingface.co/zai-org/GLM-4.5-Air-Base) using supervised fine-tuning (SFT) followed by large-scale reinforcement learning (RL).
40
 
41
  ![bench](temp_bench.png)
42
 
 
94
  year={2025},
95
  url={https://huggingface.co/PrimeIntellect/INTELLECT-3}
96
  }
97
+ ```