How to use nhanv/vit5-absum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nhanv/vit5-absum") model = AutoModelForSeq2SeqLM.from_pretrained("nhanv/vit5-absum")
The community tab is the place to discuss and collaborate with the HF community!