Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,12 @@ This is a merge of pre-trained language models created using [mergekit](https://
|
|
15 |
|
16 |
This model is effective in **structuring** the unstructured clinical texts.
|
17 |
|
|
|
|
|
18 |
|
19 |
-
|
20 |
-
|
|
|
21 |
|
22 |
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [refuelai/Llama-3-Refueled](https://huggingface.co/refuelai/Llama-3-Refueled) as a base.
|
23 |
|
@@ -81,4 +84,11 @@ A 52-year-old woman comes to the physician because of a 6-month history of gener
|
|
81 |
"medications": null,
|
82 |
"possible diseases": ["chronic myeloid leukemia"]
|
83 |
}<|eot_id|><|end_of_text|>
|
84 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
This model is effective in **structuring** the unstructured clinical texts.
|
17 |
|
18 |
+
### Model Composition and Features:
|
19 |
+
1. **Base Model**: The foundation of Sethu's model is based on "refuelai/Llama-3-Refueled," which itself is a refined version of the Llama3-8B model, renowned for its instruction-following capabilities and adaptability across various domains.
|
20 |
|
21 |
+
2. **Merged Models**:
|
22 |
+
- **ruslanmv/ai-medical-model-32bit**: A model fine-tuned specifically for answering technical medical questions, providing a solid base of medical knowledge.
|
23 |
+
- **Locutusque/Llama-3-Hercules-5.0-8B**: Known for its ability to follow complex instructions and handle conversational interactions effectively, especially in scientific and technical contexts.
|
24 |
|
25 |
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [refuelai/Llama-3-Refueled](https://huggingface.co/refuelai/Llama-3-Refueled) as a base.
|
26 |
|
|
|
84 |
"medications": null,
|
85 |
"possible diseases": ["chronic myeloid leukemia"]
|
86 |
}<|eot_id|><|end_of_text|>
|
87 |
+
```
|
88 |
+
|
89 |
+
|
90 |
+
### Limitations and Ethical Considerations:
|
91 |
+
- **Reliance on Training Data**: The model's effectiveness is contingent on the diversity and quality of the data it was trained on. There could be limitations in scenarios where it encounters rare or atypical medical cases not well-represented in the training data.
|
92 |
+
- **Potential Bias**: As with any AI model, there is a risk of bias inherent in the training datasets, which could influence the responses in unforeseen ways.
|
93 |
+
- **Use as a Supplement, Not a Replacement**: It is crucial to note that while this model can provide valuable assistance, it should not replace consultation with qualified medical professionals.
|
94 |
+
|