RuchikaVerma commited on
Commit
8f636e5
·
verified ·
1 Parent(s): 494a531

Update README.md

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