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