Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,16 @@ license: cc-by-nc-sa-4.0
|
|
5 |
# SP22M
|
6 |
|
7 |
ViT-small (22M parameters) trained on 423,000 H&E slides from the Mount Sinai Health System.
|
|
|
8 |
|
9 |
## Model Usage
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
```python
|
12 |
from PIL import Image
|
13 |
import numpy as np
|
|
|
5 |
# SP22M
|
6 |
|
7 |
ViT-small (22M parameters) trained on 423,000 H&E slides from the Mount Sinai Health System.
|
8 |
+
|
9 |
|
10 |
## Model Usage
|
11 |
+
|
12 |
+
To get started, first clone the repository with this command:
|
13 |
+
```bash
|
14 |
+
git clone https://huggingface.co/MountSinaiCompPath/SP22M
|
15 |
+
```
|
16 |
+
|
17 |
+
Now you can use the following code:
|
18 |
```python
|
19 |
from PIL import Image
|
20 |
import numpy as np
|