Transformers How to use JoeyCheng/flan_t5_base_argmining_no_knowledge with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("JoeyCheng/flan_t5_base_argmining_no_knowledge")
model = AutoModelForSeq2SeqLM.from_pretrained("JoeyCheng/flan_t5_base_argmining_no_knowledge")