Instructions to use SQAI/qbit-column-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SQAI/qbit-column-classifier with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/phi-4-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "SQAI/qbit-column-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
025eef4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b6f3b3e2bd83689ee44649a7228f31dcd4fad50347a5b207f3cbe02481d7fccb
size 5560
|