Text Generation
PEFT
Safetensors
English
Portuguese
Chinese
knowledge-distillation
lora
qwen2
geometry-distillation
cka
conversational
Instructions to use build-small-hackathon/deku with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use build-small-hackathon/deku with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "build-small-hackathon/deku") - Notebooks
- Google Colab
- Kaggle
Ctrl+K