Instructions to use lvcalucioli/phi2_linear_multiple-choice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lvcalucioli/phi2_linear_multiple-choice with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "lvcalucioli/phi2_linear_multiple-choice") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cafed69 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:680fd5e9edd7563546600501e0a29aec7e2a9ffe817ccf1c6ec80bf96df43ba9
size 4347
|