Text Classification
Transformers
PyTorch
TensorFlow
Rust
Safetensors
English
distilbert
Eval Results (legacy)
Instructions to use HARSHU550/Sentiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HARSHU550/Sentiments with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HARSHU550/Sentiments")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HARSHU550/Sentiments") model = AutoModelForSequenceClassification.from_pretrained("HARSHU550/Sentiments") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
22fb146 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7c3919835e442510166d267fe7cbe847e0c51cd26d9ba07b89a57b952b49b8aa
size 267832558
|