Instructions to use parth0908/peft-starcoder-finetuned-cpp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use parth0908/peft-starcoder-finetuned-cpp with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "parth0908/peft-starcoder-finetuned-cpp") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4e41e92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5cb70f1c9181c0e1cf8cbe8a3534ffc4a0bbfd95c9744a2512185836b3680bea
size 22241240
|