Instructions to use Saiteja/orca-mini-codealpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Saiteja/orca-mini-codealpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("psmathur/orca_mini_3b") model = PeftModel.from_pretrained(base_model, "Saiteja/orca-mini-codealpaca") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d8b4d0f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ec7f2b1fbd1760c3092ee78c306c1e112fb25cfc51996e6fb2c5726313b84564
size 85234538
|