Instructions to use phdatdt/binary_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use phdatdt/binary_classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "phdatdt/binary_classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6b532d8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:44a039fd6fd7356e85cf24878aa696c28b3531b33af829145ff1c529d8c19971
size 4920
|