Instructions to use genloop/FHIR_QnA_Mistral-NeMo-Base-4900-FT_T2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use genloop/FHIR_QnA_Mistral-NeMo-Base-4900-FT_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-4900-FT_T2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("genloop/FHIR_QnA_Mistral-NeMo-Base-4900-FT_T2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card
#1
by nielsr HF Staff - opened
This PR improves the model card of this repository by including the correct pipeline tag, enabling people to find it at https://huggingface.co/models?pipeline_tag=question-answering.
It also adds the license of the model as well as the library_name, to ensure it's shown that the model is compatible with Transformers.
Finally, it also links to the paper on HF papers.
Merging with thanks.
ayushgs changed pull request status to merged