Text Classification
PEFT
Safetensors
English
phi3
domain-classification
phi-3
lora
api-routing
llm-routing
custom_code
Instructions to use ovinduG/phi3-domain-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ovinduG/phi3-domain-classifier with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "ovinduG/phi3-domain-classifier") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "eos_token_id": [ | |
| 32000, | |
| 32001, | |
| 32007 | |
| ], | |
| "pad_token_id": 32000, | |
| "transformers_version": "4.57.3" | |
| } | |