Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: '
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
@@ -14,11 +14,11 @@ metrics:
|
|
14 |
- rouge
|
15 |
---
|
16 |
|
17 |
-
# Model Card for
|
18 |
|
19 |
## Model Description
|
20 |
|
21 |
-
|
22 |
|
23 |
## Intended Use
|
24 |
|
@@ -45,15 +45,15 @@ The performance of Summ Small has been evaluated using several Rouge metrics as
|
|
45 |
| Phi-3 3B mini 4k instruct| 55 | 32 | 40 | 50 |
|
46 |
| Phi2 basic | 41 | 19 | 26 | 36 |
|
47 |
|
48 |
-
These results showcase
|
49 |
|
50 |
## Limitations
|
51 |
|
52 |
-
While
|
53 |
|
54 |
## Licensing
|
55 |
|
56 |
-
The
|
57 |
|
58 |
## Ethical Considerations
|
59 |
|
@@ -61,4 +61,4 @@ Users are urged to consider the ethical implications of AI in healthcare and ens
|
|
61 |
|
62 |
## Contact
|
63 |
|
64 |
-
For more information or to request access to
|
|
|
1 |
---
|
2 |
+
title: 'Sum Small: Medical Dialogue to SOAP Summarizer'
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
|
|
14 |
- rouge
|
15 |
---
|
16 |
|
17 |
+
# Model Card for Sum (3B) Small
|
18 |
|
19 |
## Model Description
|
20 |
|
21 |
+
Sum 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 |
|
|
|
45 |
| Phi-3 3B mini 4k instruct| 55 | 32 | 40 | 50 |
|
46 |
| Phi2 basic | 41 | 19 | 26 | 36 |
|
47 |
|
48 |
+
These results showcase Sum Small's capabilities in generating accurate SOAP summaries compared to other leading models.
|
49 |
|
50 |
## Limitations
|
51 |
|
52 |
+
While Sum Small demonstrates promising results, the training data is completely synthetic and not derived from actual clinical interactions. Care must be taken when considering this model for practical applications, as it requires significant testing and adaptation to meet clinical safety standards.
|
53 |
|
54 |
## Licensing
|
55 |
|
56 |
+
The Sum 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 |
|
|
|
61 |
|
62 |
## Contact
|
63 |
|
64 |
+
For more information or to request access to Sum Small API, please contact [info@omi.health](mailto:info@omi.health).
|