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
- Xet hash:
- 08ecfe34d0e6623a18abe143bd56d402788378807c53f559e3f0e112408be5e5
- Size of remote file:
- 5.2 kB
- SHA256:
- a0a353cd8e0b88db6dd53afe17ec37b83dad58c1891b98991b2e99a52f24d077
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.