Instructions to use baebee/StarCoder-CODESET with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baebee/StarCoder-CODESET with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "baebee/StarCoder-CODESET") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
72d1ef1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4a5e9e3fa7a66cfcd03141ce5bd4eb9028f7656fb8da5b53b77069064af8570b
size 26755585
|