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