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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
- **
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
| 1 |
+
# Model Card for Model ID
|
| 2 |
+
|
| 3 |
+
Related to arxiv.org/abs/2501.14249
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
## Model Details
|
| 8 |
+
|
| 9 |
+
### Model Description
|
| 10 |
+
|
| 11 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
- **Developed by:** Genloop
|
| 16 |
+
- **Funded by:** Genloop
|
| 17 |
+
|
| 18 |
+
### Model Sources [optional]
|
| 19 |
+
|
| 20 |
+
<!-- Provide the basic links for the model. -->
|
| 21 |
+
|
| 22 |
+
- **Paper:** arxiv.org/abs/2501.14249
|