Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ NOTE: model embeddings tend to extract features only after using standard batch
|
|
40 |
|
41 |
### Direct Use
|
42 |
|
43 |
-
- Create biologically useful embeddings of microscopy images
|
44 |
- Create contextualized embeddings of each channel of a microscopy image (set `return_channelwise_embeddings=True`)
|
45 |
- Leverage the full MAE encoder + decoder to predict new channels / stains for images without all 6 CellPainting channels
|
46 |
|
|
|
40 |
|
41 |
### Direct Use
|
42 |
|
43 |
+
- Create biologically useful embeddings of microscopy images. We provide a [notebook](https://huggingface.co/recursionpharma/OpenPhenom/blob/main/RxRx3-core_inference.ipynb) for running inference on [RxRx3-core](https://huggingface.co/datasets/recursionpharma/rxrx3-core).
|
44 |
- Create contextualized embeddings of each channel of a microscopy image (set `return_channelwise_embeddings=True`)
|
45 |
- Leverage the full MAE encoder + decoder to predict new channels / stains for images without all 6 CellPainting channels
|
46 |
|