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