Slot Filling for Biomedical Information Extraction
Paper • 2109.08564 • Published
How to use healx/biomedical-slot-filling-reader-large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="healx/biomedical-slot-filling-reader-large") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("healx/biomedical-slot-filling-reader-large")
model = AutoModelForQuestionAnswering.from_pretrained("healx/biomedical-slot-filling-reader-large", device_map="auto")YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Reader model for Biomedical slot filling see https://arxiv.org/abs/2109.08564 for details. The model is initialized with biobert-large.