Transformers
PyTorch
English
roberta
classification
dialog state tracking
conversational system
task-oriented dialog
Eval Results (legacy)
Instructions to use ConvLab/setsumbt-dst-multiwoz21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ConvLab/setsumbt-dst-multiwoz21 with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaSetSUMBT tokenizer = AutoTokenizer.from_pretrained("ConvLab/setsumbt-dst-multiwoz21") model = RobertaSetSUMBT.from_pretrained("ConvLab/setsumbt-dst-multiwoz21") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db3a79f153de53ec19e08062bb211938c8080bcbaec6c35d75aacb45540c6d45
|
| 3 |
+
size 623815424
|