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