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