How to use thrunlab/t5-base_cola with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thrunlab/t5-base_cola") model = AutoModelForSeq2SeqLM.from_pretrained("thrunlab/t5-base_cola")
No model card