Instructions to use jlpan/starcoder-tune-cpp2py-program1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jlpan/starcoder-tune-cpp2py-program1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoder") model = PeftModel.from_pretrained(base_model, "jlpan/starcoder-tune-cpp2py-program1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
70c5171 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d5b7fc4134a3ea186024dba0b4245bc05fbb6662071f88c1fda956c323025b2d
size 4027
|