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:9db97da21b97a5e6db1212ce6a810a0c5e22c99daefe3355bae2117f78a0abb9
size 267846324
|