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