Flan-T5-Base models fine-tuned on GLUE Benchmark
Collection
if you find these models helpful, consider citing [our paper](https://arxiv.org/abs/2406.03280) • 8 items • Updated
How to use tanganke/flan-t5-base_glue-mrpc with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("tanganke/flan-t5-base_glue-mrpc")
model = AutoModelForSeq2SeqLM.from_pretrained("tanganke/flan-t5-base_glue-mrpc", device_map="auto")No model card