Instructions to use Lauler/sentiment-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lauler/sentiment-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Lauler/sentiment-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Lauler/sentiment-classifier") model = AutoModelForSequenceClassification.from_pretrained("Lauler/sentiment-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8430d75 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a06382069f79d2e7715e085bb1da5c94d4f53ce17e8b4cc8e71b9341503d66ac
size 498854061
|