Instructions to use ZappY-AI/phi2-math-orca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ZappY-AI/phi2-math-orca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "ZappY-AI/phi2-math-orca") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8a445f5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c469aed2d97c46c7cf1cdb9774f4cf243070c84de021d4619290a565344df97a
size 4920
|