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