Instructions to use htahir1/peft-lora-zencoder15B-personal-copilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use htahir1/peft-lora-zencoder15B-personal-copilot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder") model = PeftModel.from_pretrained(base_model, "htahir1/peft-lora-zencoder15B-personal-copilot") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
599c17c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5fa7bbda47bbce958ade6b3b23cbfcaa26d1e5fe7dcbab547da1000f7511a02b
size 55255584
|