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-qnli with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("tanganke/flan-t5-base_glue-qnli")
model = AutoModelForMultimodalLM.from_pretrained("tanganke/flan-t5-base_glue-qnli")No model card