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:
- 6014c17dd015edc10086c4b76d9a098c7522c1feff8cfceb6930cf38f5995dab
- Size of remote file:
- 3.25 kB
- SHA256:
- 1ea7539cc33cb418d896d44227c6b7e4e7086758d1e85e009fe3068988a9e71b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.