Text Generation
Transformers
Safetensors
English
qwen2
conversational
text-generation-inference
t1101675 commited on
Commit
bf4c207
·
verified ·
1 Parent(s): 55f35f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,11 +11,11 @@ metrics:
11
  pipeline_tag: text-generation
12
  ---
13
 
14
- # MinPLM-QWen-1.2B
15
 
16
  [paper](https://arxiv.org/abs/2410.17215) | [code](https://github.com/thu-coai/MiniPLM)
17
 
18
- **MiniPLM-QWen-1.2B** is a 1.2B model with QWen achitecture pre-trained from scratch on [the Pile](https://huggingface.co/datasets/monology/pile-uncopyrighted) using the MiniPLM knowledge distillation framework with the [offcial QWen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) as the teacher model.
19
 
20
  We also open-source the [pre-training corpus](https://huggingface.co/datasets/MiniLLM/pile-diff_samp-qwen_1.8B-qwen_104M-r0.5) refined by Difference Sampling in MiniPLM for reproducibility.
21
 
 
11
  pipeline_tag: text-generation
12
  ---
13
 
14
+ # MinPLM-Qwen-1.2B
15
 
16
  [paper](https://arxiv.org/abs/2410.17215) | [code](https://github.com/thu-coai/MiniPLM)
17
 
18
+ **MiniPLM-Qwen-1.2B** is a 1.2B model with Qwen achitecture pre-trained from scratch on [the Pile](https://huggingface.co/datasets/monology/pile-uncopyrighted) using the MiniPLM knowledge distillation framework with the [offcial QWen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) as the teacher model.
19
 
20
  We also open-source the [pre-training corpus](https://huggingface.co/datasets/MiniLLM/pile-diff_samp-qwen_1.8B-qwen_104M-r0.5) refined by Difference Sampling in MiniPLM for reproducibility.
21