Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,15 @@ license: apache-2.0
|
|
5 |
- Model creator: [Joseph (Chen-Wei) Li](https://www.linkedin.com/in/joseph-li-3a453b231/)
|
6 |
- Original model: [Taiwan-inquiry_7B_2.1](https://huggingface.co/ChenWeiLi/Taiwan-inquiry_7B_v2.1)
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
|
16 |
## Reference
|
17 |
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
|
|
5 |
- Model creator: [Joseph (Chen-Wei) Li](https://www.linkedin.com/in/joseph-li-3a453b231/)
|
6 |
- Original model: [Taiwan-inquiry_7B_2.1](https://huggingface.co/ChenWeiLi/Taiwan-inquiry_7B_v2.1)
|
7 |
|
8 |
+
"The model was fine-tuned based on the **Breeze-7B-Instruct-v1_0** model using a dataset that includes 614 authentic dialogues from the National Cheng Kung University Hospital.
|
9 |
+
Additionally, 336 synthetic dialogues were included in the training set, carefully crafted to encompass themes drawn from sample questions of the OSCE (臨床技能測驗) sample questions in Taiwan.
|
10 |
+
These synthetic dialogues were generated using GPT-3.5, Geminio-Pro and Breexe-8x7B-Instruct-v0_1.
|
11 |
+
The training process was geared towards simulating verbal exchanges between doctors and patients within a hospital environment."
|
12 |
+
|
13 |
+
### Usage of the model
|
14 |
+
- The user can take on the role of a doctor, and the model can engage in conversation with you as if it were a patient.
|
15 |
+
- You can provide the model with a brief patient background in the system prompt, and the model will respond based on that prompt. **(using my patient generator: [**colab**](https://colab.research.google.com/drive/17MSob_tQ2hPtMBL0xOF2zzV6WWe4dEG6?usp=sharing))**
|
16 |
+
- Directly asking the certain disease about the symptoms and the possible therapies.**(Warning: It's not medical advice!)**
|
17 |
|
18 |
## Reference
|
19 |
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
|