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