Instructions to use ashishabraham22/starcoder1B-personal-copilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ashishabraham22/starcoder1B-personal-copilot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "ashishabraham22/starcoder1B-personal-copilot") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4340658 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc06b1ac2b64e74a6ff2fd47a70111fb2f4e4554bbdd89482814f30630933945
size 4416
|