How to use NTUYG/SOTitle-python-BART with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NTUYG/SOTitle-python-BART") model = AutoModelForSeq2SeqLM.from_pretrained("NTUYG/SOTitle-python-BART")
What is a pickle import?
How to fix it?