TIM0927 commited on
Commit
1536145
·
verified ·
1 Parent(s): 1e7d9e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
- ### Code:
 
 
 
 
 
 
 
 
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