Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,15 @@ InfiMed-4B not only outperforms HuatuoGPT-V-7B and MedGemma-4B-IT, but is also c
|
|
49 |
| Infi-Med-4B | 4B | 43.3 | 57.9 | 77.7 | 63.4 | 56.6 | 76.8 | 21.9 | 56.4 |
|
50 |
|
51 |
|
52 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
```Python
|
55 |
from InfiMed import InfiMed
|
|
|
49 |
| Infi-Med-4B | 4B | 43.3 | 57.9 | 77.7 | 63.4 | 56.6 | 76.8 | 21.9 | 56.4 |
|
50 |
|
51 |
|
52 |
+
### Quick Start:
|
53 |
+
|
54 |
+
#### 1. Clone the repository
|
55 |
+
```bash
|
56 |
+
git clone https://huggingface.co/InfiX-ai/InfiMed-Foundation-4B
|
57 |
+
cd InfiMed-Foundation-4B
|
58 |
+
```
|
59 |
+
|
60 |
+
#### 2. Run the model
|
61 |
|
62 |
```Python
|
63 |
from InfiMed import InfiMed
|