nfL6/yahoo_answers_qa
Updated • 355 • 27
How to use liyin/nol2pro with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("liyin/nol2pro")
model = AutoModelForSeq2SeqLM.from_pretrained("liyin/nol2pro")This model is a fine-tuned version of t5-small on the yahoo_answers_qa dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("liyin/nol2pro") model = AutoModelForSeq2SeqLM.from_pretrained("liyin/nol2pro")