Instructions to use CMU-AIR2/code-lora-simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CMU-AIR2/code-lora-simple with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-instruct") model = PeftModel.from_pretrained(base_model, "CMU-AIR2/code-lora-simple") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
79ce007 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b9c75d6411f2ddc78f3ef31dd871348ecdc0a522169b6e142e7d0ee8a695d254
size 60478036
|