update model card README.md 3792278
Fan commited on
How to use Yuch/flan-t5-subjective with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Yuch/flan-t5-subjective")
model = AutoModelForSeq2SeqLM.from_pretrained("Yuch/flan-t5-subjective", device_map="auto")