Commit ·
6033572
1
Parent(s): 1d939da
fix
Browse files
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
# Fine-tuned BLOOMZ medical
|
| 2 |
The model is based on [BLOOMZ-3B](https://huggingface.co/bigscience/bloomz) a large language model trained by the BigScience team. <br>
|
| 3 |
The full paper is available [here](https://arxiv.org/abs/2211.01786).<br>
|
| 4 |
-
The model is a created using peft, transformers, and bitsandbytes.
|
| 5 |
-
|
|
|
|
| 6 |
Using a transcript of a patient visit with his/her general health care provider (GP) recommend where that patient should be referred to and extract the main keywords from the transcript.
|
| 7 |
<br>
|
| 8 |
For example, if a patient has allergy-related concerns, then GP needs to refer that patient to the allergy/immunology department or an immunology doctor available.
|
|
|
|
| 1 |
# Fine-tuned BLOOMZ medical
|
| 2 |
The model is based on [BLOOMZ-3B](https://huggingface.co/bigscience/bloomz) a large language model trained by the BigScience team. <br>
|
| 3 |
The full paper is available [here](https://arxiv.org/abs/2211.01786).<br>
|
| 4 |
+
The model is a created using peft, transformers, and bitsandbytes.<br>
|
| 5 |
+
|
| 6 |
+
# The goal of the model
|
| 7 |
Using a transcript of a patient visit with his/her general health care provider (GP) recommend where that patient should be referred to and extract the main keywords from the transcript.
|
| 8 |
<br>
|
| 9 |
For example, if a patient has allergy-related concerns, then GP needs to refer that patient to the allergy/immunology department or an immunology doctor available.
|