ConvLab/sgd
Preview • Updated • 174
How to use ConvLab/t5-small-nlu-sgd with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ConvLab/t5-small-nlu-sgd")
model = AutoModelForSeq2SeqLM.from_pretrained("ConvLab/t5-small-nlu-sgd")This model is a fine-tuned version of t5-small on Schema-Guided Dialog.
Refer to ConvLab-3 for model description and usage.
The following hyperparameters were used during training: