MTL-task-dialog is supervised pre-trained using a mixture of labeled task-oriented system datasets. It is a variant (Single) of our main
MVP
model. It follows a standard Transformer encoder-decoder architecture.
MTL-task-dialog is specially designed for task-oriented system tasks, such as MultiWOZ.
Example
>>> from transformers import MvpTokenizer, MvpForConditionalGeneration
>>> tokenizer = MvpTokenizer.from_pretrained("RUCAIBox/mvp")
>>> model = MvpForConditionalGeneration.from_pretrained("RUCAIBox/mtl-task-dialog")
>>> inputs = tokenizer(
... "Given the task dialog: System response [X_SEP] I'm looking for a affordable BBQ restaurant in Dallas for a large group of guest.",
... return_tensors="pt",
... )
>>> generated_ids = model.generate(**inputs)
>>> tokenizer.batch_decode(generated_ids, skip_special_tokens=True)
['What date and time would you like to go?']
@article{tang2022mvp,
title={MVP: Multi-task Supervised Pre-training for Natural Language Generation},
author={Tang, Tianyi and Li, Junyi and Zhao, Wayne Xin and Wen, Ji-Rong},
journal={arXiv preprint arXiv:2206.12131},
year={2022},
url={https://arxiv.org/abs/2206.12131},
}
Runs of RUCAIBox mtl-task-dialog on huggingface.co
32
Total runs
0
24-hour runs
2
3-day runs
2
7-day runs
25
30-day runs
More Information About mtl-task-dialog huggingface.co Model
mtl-task-dialog huggingface.co is an AI model on huggingface.co that provides mtl-task-dialog's model effect (), which can be used instantly with this RUCAIBox mtl-task-dialog model. huggingface.co supports a free trial of the mtl-task-dialog model, and also provides paid use of the mtl-task-dialog. Support call mtl-task-dialog model through api, including Node.js, Python, http.
mtl-task-dialog huggingface.co is an online trial and call api platform, which integrates mtl-task-dialog's modeling effects, including api services, and provides a free online trial of mtl-task-dialog, you can try mtl-task-dialog online for free by clicking the link below.
RUCAIBox mtl-task-dialog online free url in huggingface.co:
mtl-task-dialog is an open source model from GitHub that offers a free installation service, and any user can find mtl-task-dialog on GitHub to install. At the same time, huggingface.co provides the effect of mtl-task-dialog install, users can directly use mtl-task-dialog installed effect in huggingface.co for debugging and trial. It also supports api for free installation.