Instructions to use jlpan/starcoder-tune-cpp2py-program3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jlpan/starcoder-tune-cpp2py-program3 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-program3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
eab039c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:78963230efd4dec7c3ea160e6f75fd2499d39cecf8234e5774fc42a4fbaeabef
size 4027
|