|
|
---
|
|
|
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
|
|
|
|