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