Update README.md
Browse files
README.md
CHANGED
@@ -48,11 +48,29 @@ This approach enables the model to scale significantly by utilizing a sparse ope
|
|
48 |
The training utilized the BiMed1.3M dataset, focusing on bilingual medical interactions in both English and Arabic, with a substantial corpus of over 632 million healthcare-specialized tokens.
|
49 |
The model's fine-tuning process includes a low-rank adaptation technique (QLoRA) to efficiently adapt the model to specific tasks while keeping computational demands manageable.
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
## Dataset
|
58 |
|
|
|
48 |
The training utilized the BiMed1.3M dataset, focusing on bilingual medical interactions in both English and Arabic, with a substantial corpus of over 632 million healthcare-specialized tokens.
|
49 |
The model's fine-tuning process includes a low-rank adaptation technique (QLoRA) to efficiently adapt the model to specific tasks while keeping computational demands manageable.
|
50 |
|
51 |
+
|
52 |
+
<div style="width: 50%;float: left;">
|
53 |
+
<table>
|
54 |
+
<tr>
|
55 |
+
<th>Model Name</th>
|
56 |
+
<th>Download</th>
|
57 |
+
</tr>
|
58 |
+
<tr>
|
59 |
+
<td>BiMediX-Eng</td>
|
60 |
+
<td><a href="https://huggingface.co/BiMediX/BiMediX-Eng">HuggingFace</a></td>
|
61 |
+
</tr>
|
62 |
+
<tr>
|
63 |
+
<td>BiMediX-Ara</td>
|
64 |
+
<td><a href="https://huggingface.co/BiMediX/BiMediX-Ara">HuggingFace</a></td>
|
65 |
+
</tr>
|
66 |
+
<tr>
|
67 |
+
<td>BiMediX-Bi</td>
|
68 |
+
<td><a href="https://huggingface.co/BiMediX/BiMediX-Bi">HuggingFace</a></td>
|
69 |
+
</tr>
|
70 |
+
</table>
|
71 |
+
</div>
|
72 |
+
|
73 |
+
|
74 |
|
75 |
## Dataset
|
76 |
|