Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use BaxterAI/SentimentClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaxterAI/SentimentClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaxterAI/SentimentClassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaxterAI/SentimentClassifier") model = AutoModelForSequenceClassification.from_pretrained("BaxterAI/SentimentClassifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 976ce170d7e33cbb57d395220ed53a0ef1311542c221332e63a4f2b879527f85
- Size of remote file:
- 268 MB
- SHA256:
- a3c58857eb40372c91c8d6200602957454158f9f767b8b905bb9d3ece1bf5385
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.