cliang1453 commited on
Commit
62d7eed
Β·
verified Β·
1 Parent(s): 577939f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -12,9 +12,6 @@ library_name: transformers
12
 
13
  Phi-mini-MoE is a lightweight Mixture of Experts (MoE) model with 7.6B total parameters and 2.4B activated parameters. It is compressed and distilled from the base model shared by [Phi-3.5-MoE](https://huggingface.co/microsoft/Phi-3.5-MoE-instruct) and [GRIN-MoE](https://huggingface.co/microsoft/GRIN-MoE) using the [SlimMoE](https://arxiv.org/pdf/2506.18349) approach, then post-trained via supervised fine-tuning and direct preference optimization for instruction following and safety. The model is trained on Phi-3 synthetic data and filtered public documents, with a focus on high-quality, reasoning-dense content. It is part of the SlimMoE series, which includes a smaller variant, [Phi-tiny-MoE](https://huggingface.co/microsoft/Phi-tiny-MoE-instruct), with 3.8B total and 1.1B activated parameters.
14
 
15
- Project Page: https://huggingface.co/microsoft/Phi-mini-MoE-instruct
16
- Code: https://github.com/microsoft/LMOps/tree/main/src/moe
17
-
18
  References: <br>
19
  πŸ“– [SlimMoE](https://arxiv.org/pdf/2506.18349) <br>
20
  πŸ“– [Phi-3 Technical Report](https://arxiv.org/abs/2404.14219) <br>
 
12
 
13
  Phi-mini-MoE is a lightweight Mixture of Experts (MoE) model with 7.6B total parameters and 2.4B activated parameters. It is compressed and distilled from the base model shared by [Phi-3.5-MoE](https://huggingface.co/microsoft/Phi-3.5-MoE-instruct) and [GRIN-MoE](https://huggingface.co/microsoft/GRIN-MoE) using the [SlimMoE](https://arxiv.org/pdf/2506.18349) approach, then post-trained via supervised fine-tuning and direct preference optimization for instruction following and safety. The model is trained on Phi-3 synthetic data and filtered public documents, with a focus on high-quality, reasoning-dense content. It is part of the SlimMoE series, which includes a smaller variant, [Phi-tiny-MoE](https://huggingface.co/microsoft/Phi-tiny-MoE-instruct), with 3.8B total and 1.1B activated parameters.
14
 
 
 
 
15
  References: <br>
16
  πŸ“– [SlimMoE](https://arxiv.org/pdf/2506.18349) <br>
17
  πŸ“– [Phi-3 Technical Report](https://arxiv.org/abs/2404.14219) <br>