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