Instructions to use akashAD/phi-1_5-query_classify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use akashAD/phi-1_5-query_classify 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-1_5-query_classify") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
570d5c3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f78c46775e0fb4757b7931b6cf155c79da0fa3448950c2d38d3d9c578ddf76bf
size 4728
|