Instructions to use microsoft/DialogRPT-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/DialogRPT-depth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="microsoft/DialogRPT-depth")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("microsoft/DialogRPT-depth") model = AutoModelForSequenceClassification.from_pretrained("microsoft/DialogRPT-depth") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
68ff13b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5c177b91a84c6e0215b02dd651d14e4da7e6021fb3762e1f06c8b985104908d2
size 1520029114
|