Edit model card

This is the finetuned model based on biobart-v2. We took the Pubmed training split to fine-tune it.

How to use:

from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("ireneli1024/biobart-v2-base-finetuned-pubmed-train")

model = AutoModelForSeq2SeqLM.from_pretrained("ireneli1024/biobart-v2-base-finetuned-pubmed-train")
Downloads last month
5
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.