How to use MingZhong/unieval-sum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MingZhong/unieval-sum") model = AutoModelForSeq2SeqLM.from_pretrained("MingZhong/unieval-sum")
OSError: MingZhong/unieval-sum does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Any idea how this can be solved?
· Sign up or log in to comment