Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Mistral_calibrative_few
|
2 |
|
3 |
## Model Description
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
+
- healthcare
|
9 |
+
- medical-feature-extraction
|
10 |
+
- clinical-nlp
|
11 |
+
- calibration
|
12 |
+
- instruction-fine-tuned
|
13 |
+
- nlp
|
14 |
+
- mistral
|
15 |
+
base_model: unsloth/Mistral-Nemo-Instruct-2407-bnb-4bit
|
16 |
+
datasets:
|
17 |
+
- nbme-score-clinical-patient-notes
|
18 |
+
---
|
19 |
# Mistral_calibrative_few
|
20 |
|
21 |
## Model Description
|