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