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