Text Classification
Transformers
PyTorch
Safetensors
English
distilbert
sentiment-analysis
text-embeddings-inference
Instructions to use juliensimon/reviews-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juliensimon/reviews-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="juliensimon/reviews-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("juliensimon/reviews-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("juliensimon/reviews-sentiment-analysis") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8eb4464 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:54542046a4f7431dc616d9741172f5d3a51e37898bce44202575d7a94f4f732a
size 267863191
|