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: 129 Bytes
58a9aae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e2009e94dac65f1d02553a522b4ac0516cfbabdb9f8e99126433c9e03eddc99f
size 4027
|