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: 129 Bytes
4e41e92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:05aeac8db101648efd99126e286d45138476817ab5adbe9970b3bd27849d4f17
size 5304
|