ConvLab/crosswoz
Updated • 103 • 1
How to use ConvLab/mt5-small-dst-crosswoz with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ConvLab/mt5-small-dst-crosswoz")
model = AutoModelForSeq2SeqLM.from_pretrained("ConvLab/mt5-small-dst-crosswoz", device_map="auto")This model is a fine-tuned version of mt5-small on CrossWOZ.
Refer to ConvLab-3 for model description and usage.
The following hyperparameters were used during training: