Instructions to use Myrausman/SentimentAnalysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Myrausman/SentimentAnalysis with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased") model = PeftModel.from_pretrained(base_model, "Myrausman/SentimentAnalysis") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b77ba6a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:30a89eaa9e3081fc04c26e3da1d32c0115d9f7be4202cab18dfdad72e329ec61
size 2522142
|