Instructions to use GrantC/micro-orca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GrantC/micro-orca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-160m") model = PeftModel.from_pretrained(base_model, "GrantC/micro-orca") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
31a8c09 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d217a1ec630c5c361967a81b1d2d41b7c4c472840ae07e29685393a3667a6461
size 2368057
|