Text Generation
PEFT
Safetensors
English
instruction-tuning
multi-task
reasoning
email
summarization
chat
lora
qwen
deepseek
conversational
Instructions to use GilbertAkham/deepseek-R1-multitask-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GilbertAkham/deepseek-R1-multitask-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B") model = PeftModel.from_pretrained(base_model, "GilbertAkham/deepseek-R1-multitask-lora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ library_name: peft
|
|
| 27 |
pipeline_tag: text-generation
|
| 28 |
---
|
| 29 |
|
| 30 |
-
# 🧠
|
| 31 |
|
| 32 |
**Author:** Gilbert Akham
|
| 33 |
**License:** Apache-2.0
|
|
|
|
| 27 |
pipeline_tag: text-generation
|
| 28 |
---
|
| 29 |
|
| 30 |
+
# 🧠 Deepseek-R1-multitask-lora
|
| 31 |
|
| 32 |
**Author:** Gilbert Akham
|
| 33 |
**License:** Apache-2.0
|