ConvLab/multiwoz21
Preview • Updated • 510 • 5
How to use ConvLab/t5-small-nlg-user-multiwoz21 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ConvLab/t5-small-nlg-user-multiwoz21")
model = AutoModelForSeq2SeqLM.from_pretrained("ConvLab/t5-small-nlg-user-multiwoz21")This model is a fine-tuned version of t5-small on MultiWOZ 2.1 user utterances.
Refer to ConvLab-3 for model description and usage.
The following hyperparameters were used during training: