Instructions to use titanhacker/sequence_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use titanhacker/sequence_classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-1B") model = PeftModel.from_pretrained(base_model, "titanhacker/sequence_classification") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
1a5e601 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5030e31b0ae178f75170a840eb7750372d1ac0ba78103948c4f5a1040377508a
size 13697744
|