Instructions to use Infernaught/phi_aime_n89_mcl_1024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/phi_aime_n89_mcl_1024 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "Infernaught/phi_aime_n89_mcl_1024") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9e1cb4f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9fbc1de9d7d84b513df83f80b8113b41507430b484e8369533a3f71a058bb6fb
size 6200
|