Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ ViT-small (22M parameters) trained on 423,000 H&E slides from the Mount Sinai He
|
|
18 |
|
19 |
To get started, first clone the repository with this command:
|
20 |
```bash
|
21 |
-
git clone https://huggingface.co/MountSinaiCompPath/SP22M
|
22 |
```
|
23 |
|
24 |
Now you can use the following code:
|
|
|
18 |
|
19 |
To get started, first clone the repository with this command:
|
20 |
```bash
|
21 |
+
git clone --no-checkout https://huggingface.co/MountSinaiCompPath/SP22M && cd SP22M && git sparse-checkout init --no-cone && git sparse-checkout set '/*' '!*.bin' && git checkout
|
22 |
```
|
23 |
|
24 |
Now you can use the following code:
|