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