| tags: [deepseek, r1, qwen2, 7b, chinese] | |
| license: mit | |
| # DeepSeek-R1-Distill-Qwen-7B | |
| Mirror of DeepSeek R1 Distill Qwen 7B weights, hosted by ljsysfurry. | |
| Original: [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) | |
| ## Companion LoRA (Chinese Novel) | |
| **[ljsysfurry/deepseek-r1-7b-novel-lora](https://huggingface.co/ljsysfurry/deepseek-r1-7b-novel-lora)** | |
| Fine-tuned on 260K words Chinese novel. Story continuation + character dialogue. | |
| ```python | |
| from transformers import AutoModelForCausalLM, AutoTokenizer | |
| model = AutoModelForCausalLM.from_pretrained("ljsysfurry/DeepSeek-R1-Distill-Qwen-7B") | |
| tokenizer = AutoTokenizer.from_pretrained("ljsysfurry/DeepSeek-R1-Distill-Qwen-7B") | |
| ``` | |
| 本仓库为 DeepSeek R1 7B 的完整权重备份。 | |