Instructions to use genloop/FHIR_QnA_Relevance_Classification_Mistral-NeMo-Instruct-FT_T1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use genloop/FHIR_QnA_Relevance_Classification_Mistral-NeMo-Instruct-FT_T1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="genloop/FHIR_QnA_Relevance_Classification_Mistral-NeMo-Instruct-FT_T1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("genloop/FHIR_QnA_Relevance_Classification_Mistral-NeMo-Instruct-FT_T1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 294 Bytes
8b7d6cb 5435b16 0a6ca37 | 1 2 3 4 5 6 7 8 9 | ---
license: apache-2.0
library_name: transformers
pipeline_tag: question-answering
---
# Model Card for Model ID
This repository contains the model introduced in the paper [Question Answering on Patient Medical Records with Private Fine-Tuned LLMs](https://huggingface.co/papers/2501.13687). |