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: 133 Bytes
eab039c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3cf9b3cefea8ebf80336cf2f9119aaf58e69e0209e995246be326bb59bc1bb99
size 35642637
|