Question Answering on Patient Medical Records with Private Fine-Tuned LLMs
Paper • 2501.13687 • Published • 9
How to use genloop/FHIR_QnA_Mistral-NeMo-Base-500-FT_T1_T2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="genloop/FHIR_QnA_Mistral-NeMo-Base-500-FT_T1_T2") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("genloop/FHIR_QnA_Mistral-NeMo-Base-500-FT_T1_T2", dtype="auto")This repository contains the model introduced in the paper Question Answering on Patient Medical Records with Private Fine-Tuned LLMs.
Project page: https://huggingface.co/genloop