Text Generation
GGUF
English
conversational
nielsr HF Staff commited on
Commit
1bffe74
·
verified ·
1 Parent(s): 2e34b40

Add Github URL and library name

Browse files

This PR adds the link to the Github repository and the library name (transformers).

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- license: mit
 
3
  language:
4
  - en
 
 
 
5
  context_length:
6
  - 4k
7
- pipeline_tag: text-generation
8
- base_model:
9
- - microsoft/Phi-mini-MoE-instruct
10
  ---
11
 
12
  ## my suggested samplers:
@@ -17,6 +18,7 @@ base_model:
17
 
18
  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.
19
 
 
20
 
21
  References: <br>
22
  📖 [SlimMoE](https://arxiv.org/pdf/2506.18349) <br>
 
1
  ---
2
+ base_model:
3
+ - microsoft/Phi-mini-MoE-instruct
4
  language:
5
  - en
6
+ library_name: transformers
7
+ license: mit
8
+ pipeline_tag: text-generation
9
  context_length:
10
  - 4k
 
 
 
11
  ---
12
 
13
  ## my suggested samplers:
 
18
 
19
  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.
20
 
21
+ Code for SlimMoE: https://github.com/microsoft/torchscale/tree/main/examples/moe
22
 
23
  References: <br>
24
  📖 [SlimMoE](https://arxiv.org/pdf/2506.18349) <br>