File size: 802 Bytes
84f7cb5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: mit
---
# internlm2.5_7b_distill
## Architecture
<div align="center">
<img src="distill.png" width="800"/>
</div>
## Base model
[internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat)
## Datasets used for training
[10k deepseek R1 general distillation datasets + 3k psychological counseling dialogue distillation datasets](https://huggingface.co/datasets/juneup/psy-mix-gen-distill-13k)
## Download model
```bash
git lfs install
git clone https://huggingface.co/juneup/internlm2.5_7b_distill
```
If you want to clone without large files - just their pointers
```bash
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/juneup/internlm2.5_7b_distill
```
### Download at Ollama
```bash
ollama run Juneup/internlm2.5_7b_distill:q4_k_m
|