Instructions to use ConvLab/roberta-base-trippy-dst-multiwoz21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ConvLab/roberta-base-trippy-dst-multiwoz21 with Transformers:
# Load model directly from transformers import AutoTokenizer, TransformerForDST tokenizer = AutoTokenizer.from_pretrained("ConvLab/roberta-base-trippy-dst-multiwoz21") model = TransformerForDST.from_pretrained("ConvLab/roberta-base-trippy-dst-multiwoz21") - Notebooks
- Google Colab
- Kaggle