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