Instructions to use pixelsandpointers/distilbert-base-uncased-next-turn-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pixelsandpointers/distilbert-base-uncased-next-turn-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pixelsandpointers/distilbert-base-uncased-next-turn-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pixelsandpointers/distilbert-base-uncased-next-turn-classifier") model = AutoModelForSequenceClassification.from_pretrained("pixelsandpointers/distilbert-base-uncased-next-turn-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
910fa54 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ff807a17cdf675f0f08e93d4b083d50ea4eb67bddb37a3f6aeda6e6e89ac25dc
size 267867889
|