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