therealcyberlord
commited on
Commit
•
73c9f4c
1
Parent(s):
21a4bf1
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,18 @@ tags:
|
|
8 |
- llama2
|
9 |
- medical
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
## Training procedure
|
12 |
|
13 |
|
|
|
8 |
- llama2
|
9 |
- medical
|
10 |
---
|
11 |
+
|
12 |
+
# Llama2 🦙 finetuned on medical diagnosis
|
13 |
+
MedText dataset: https://huggingface.co/datasets/BI55/MedText
|
14 |
+
|
15 |
+
1412 pairs of diagnosis cases
|
16 |
+
|
17 |
+
|
18 |
+
# About:
|
19 |
+
The primary objective of this fine-tuning process is to equip Llama2 with the ability to assist in diagnosing various medical cases and diseases.
|
20 |
+
However, it is essential to clarify that it is not designed to replace real medical professionals. Instead, its purpose is to provide helpful information to users,
|
21 |
+
suggesting potential next steps based on the input data and the patterns it has learned from the MedText dataset.
|
22 |
+
|
23 |
## Training procedure
|
24 |
|
25 |
|