Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- 4-bit
|
@@ -6,6 +9,15 @@ tags:
|
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
inference: false
|
11 |
quantized_by: Suparious
|
@@ -15,7 +27,15 @@ quantized_by: Suparious
|
|
15 |
- Model creator: [internistai](https://huggingface.co/internistai)
|
16 |
- Original model: [base-7b-v0.2](https://huggingface.co/internistai/base-7b-v0.2)
|
17 |
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## How to use
|
21 |
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- 4-bit
|
|
|
9 |
- text-generation
|
10 |
- autotrain_compatible
|
11 |
- endpoints_compatible
|
12 |
+
- medical
|
13 |
+
datasets:
|
14 |
+
- Open-Orca/OpenOrca
|
15 |
+
- pubmed
|
16 |
+
- medmcqa
|
17 |
+
- maximegmd/medqa_alpaca_format
|
18 |
+
base_model: mistralai/Mistral-7B-v0.1
|
19 |
+
metrics:
|
20 |
+
- accuracy
|
21 |
pipeline_tag: text-generation
|
22 |
inference: false
|
23 |
quantized_by: Suparious
|
|
|
27 |
- Model creator: [internistai](https://huggingface.co/internistai)
|
28 |
- Original model: [base-7b-v0.2](https://huggingface.co/internistai/base-7b-v0.2)
|
29 |
|
30 |
+
<img width=30% src="assets/logo.png" alt="logo" title="logo">
|
31 |
|
32 |
+
## Model Summary
|
33 |
+
|
34 |
+
Internist.ai 7b is a medical domain large language model trained by medical doctors to demonstrate the benefits of a **physician-in-the-loop** approach. The training data was carefully curated by medical doctors to ensure clinical relevance and required quality for clinical practice.
|
35 |
+
|
36 |
+
**With this 7b model we release the first 7b model to score above the 60% pass threshold on MedQA (USMLE) and outperfoms models of similar size accross most medical evaluations.**
|
37 |
+
|
38 |
+
This model serves as a proof of concept and larger models trained on a larger corpus of medical literature are planned. Do not hesitate to reach out to us if you would like to sponsor some compute to speed up this training.
|
39 |
|
40 |
## How to use
|
41 |
|