Instructions to use amztheory/alpaca-code-CPlus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use amztheory/alpaca-code-CPlus with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct") model = PeftModel.from_pretrained(base_model, "amztheory/alpaca-code-CPlus") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a7c7091 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:539aaaee038e4bb6d46179bba2d6902b1dceeec83e99039417c1d7e70ddb09eb
size 5112
|