Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,24 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Model Card for Summ (3B) Small
|
11 |
|
12 |
## Model Description
|
13 |
|
14 |
-
Summ Small is a powerful language model specifically designed to generate SOAP summaries from medical dialogues. It is a fine-tuned version of the Microsoft/Phi-3-mini-4k-instruct
|
15 |
|
16 |
## Intended Use
|
17 |
|
@@ -27,7 +34,18 @@ Training was conducted on NVIDIA A100 GPUs, ensuring efficient processing and mo
|
|
27 |
|
28 |
## Evaluation
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
## Limitations
|
33 |
|
@@ -37,14 +55,10 @@ While Summ Small demonstrates promising results, the training data is completely
|
|
37 |
|
38 |
The Summ Small model is released under the MIT License, which permits broad use with fewer restrictions, making it accessible for both commercial and non-commercial use.
|
39 |
|
40 |
-
## How to Use
|
41 |
-
|
42 |
-
For those interested in experimenting with or further developing Summ Small, access can be granted upon request, with terms aligning with usage rights and ethical considerations.
|
43 |
-
|
44 |
## Ethical Considerations
|
45 |
|
46 |
Users are urged to consider the ethical implications of AI in healthcare and ensure that any deployment of such models prioritizes patient safety and data privacy.
|
47 |
|
48 |
## Contact
|
49 |
|
50 |
-
For more information or to request access to Summ Small, please contact [info@omi.health](mailto:info@omi.health).
|
|
|
1 |
---
|
2 |
+
title: 'Summ Small: Medical Dialogue to SOAP Summarizer'
|
3 |
+
emoji: π
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: pink
|
6 |
+
sdk: static
|
7 |
pinned: false
|
8 |
+
license: mit
|
9 |
+
datasets:
|
10 |
+
- omi-health/medical-dialogue-to-soap-summary
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
metrics:
|
14 |
+
- rouge
|
15 |
---
|
16 |
|
17 |
# Model Card for Summ (3B) Small
|
18 |
|
19 |
## Model Description
|
20 |
|
21 |
+
Summ Small is a powerful language model specifically designed to generate SOAP summaries from medical dialogues. It is a fine-tuned version of the [Microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) using the [Omi Health/medical-dialogue-to-soap-summary dataset](https://huggingface.co/datasets/omi-health/medical-dialogue-to-soap-summary). This model demonstrates superior performance compared to larger models like GPT-4.
|
22 |
|
23 |
## Intended Use
|
24 |
|
|
|
34 |
|
35 |
## Evaluation
|
36 |
|
37 |
+
The performance of Summ Small has been evaluated using several Rouge metrics as follows:
|
38 |
+
|
39 |
+
| Model | ROUGE-1 | ROUGE-2 | ROUGE-L | ROUGE-LSUM |
|
40 |
+
|--------------------------|---------|---------|---------|------------|
|
41 |
+
| **Omi-Sum 3B Small** | **70** | **45** | **53** | **62** |
|
42 |
+
| GPT4Turbo | 69 | 46 | 54 | 63 |
|
43 |
+
| LLama3 8B Instruct | 59 | 32 | 39 | 51 |
|
44 |
+
| GPT3.5 | 54 | 30 | 40 | 49 |
|
45 |
+
| Phi-3 3B mini 4k instruct| 55 | 32 | 40 | 50 |
|
46 |
+
| Phi2 basic | 41 | 19 | 26 | 36 |
|
47 |
+
|
48 |
+
These results showcase Summ Small's capabilities in generating accurate SOAP summaries compared to other leading models.
|
49 |
|
50 |
## Limitations
|
51 |
|
|
|
55 |
|
56 |
The Summ Small model is released under the MIT License, which permits broad use with fewer restrictions, making it accessible for both commercial and non-commercial use.
|
57 |
|
|
|
|
|
|
|
|
|
58 |
## Ethical Considerations
|
59 |
|
60 |
Users are urged to consider the ethical implications of AI in healthcare and ensure that any deployment of such models prioritizes patient safety and data privacy.
|
61 |
|
62 |
## Contact
|
63 |
|
64 |
+
For more information or to request access to Summ Small, please contact [info@omi.health](mailto:info@omi.health).
|