Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- genomics
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Stack-Large
|
| 13 |
|
| 14 |
**Stack** is a large-scale encoder-decoder foundation model for single-cell biology. It introduces a novel tabular attention architecture that enables both intra- and inter-cellular information flow, setting cell-by-gene matrix chunks as the basic input data unit. Through in-context learning, Stack offers substantial performance improvements in generalizing biological effects and enables generation of unseen cell profiles in novel contexts.
|
| 15 |
|
|
@@ -35,8 +35,8 @@ pip install arc-stack
|
|
| 35 |
```python
|
| 36 |
from huggingface_hub import snapshot_download
|
| 37 |
|
| 38 |
-
repo_id = "arcinstitute/Stack-Large
|
| 39 |
-
local_dir = "Stack-Large
|
| 40 |
snapshot_download(repo_id=repo_id, repo_type="model", local_dir=local_dir)
|
| 41 |
```
|
| 42 |
|
|
|
|
| 9 |
- genomics
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Stack-Large
|
| 13 |
|
| 14 |
**Stack** is a large-scale encoder-decoder foundation model for single-cell biology. It introduces a novel tabular attention architecture that enables both intra- and inter-cellular information flow, setting cell-by-gene matrix chunks as the basic input data unit. Through in-context learning, Stack offers substantial performance improvements in generalizing biological effects and enables generation of unseen cell profiles in novel contexts.
|
| 15 |
|
|
|
|
| 35 |
```python
|
| 36 |
from huggingface_hub import snapshot_download
|
| 37 |
|
| 38 |
+
repo_id = "arcinstitute/Stack-Large"
|
| 39 |
+
local_dir = "Stack-Large"
|
| 40 |
snapshot_download(repo_id=repo_id, repo_type="model", local_dir=local_dir)
|
| 41 |
```
|
| 42 |
|