Instructions to use spjabech/sentiment_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use spjabech/sentiment_classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("gradientai/Llama-3-8B-Instruct-262k") model = PeftModel.from_pretrained(base_model, "spjabech/sentiment_classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d97cc1d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:73e26800f7e7ddac787051fce88ff2b0256232f52fc1d15b41c5e52944127ab8
size 4984
|