HuggingSara commited on
Commit
2d99402
·
verified ·
1 Parent(s): 467a709

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
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
- | Model Name | Download |
52
- |--------------|----------|
53
- | BiMediX-Eng | [HuggingFace Link](https://huggingface.co/BiMediX/BiMediX-Eng) |
54
- | BiMediX-Ara | [HuggingFace Link](https://huggingface.co/BiMediX/BiMediX-Ara) |
55
- | BiMediX-Bi | [HuggingFace Link](https://huggingface.co/BiMediX/BiMediX-Bi) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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