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