Instructions to use dugoalberto/DeepCoder_1.3_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dugoalberto/DeepCoder_1.3_LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base") model = PeftModel.from_pretrained(base_model, "dugoalberto/DeepCoder_1.3_LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a8f57e3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e27b432903b5cff66a22d2996f3c7077896fa621283a51c4e6e58f2c0d3ea675
size 5112
|