Views
No views yet
| Property | Value |
|---|---|
| Parameters | 217M |
| Architecture | Tabular Attention (alternating cell-wise and gene-wise attention) |
| Model Size | Large |
| Pretraining Data | Full human scBaseCount (~150M cells) |
| Pretraining Epochs | 10 |
| Alignment Data | CellxGene 45M + Parse 10M PBMC |
| Alignment Epochs | 8 |
pip install arc-stack1from huggingface_hub import snapshot_download
2
3repo_id = "arcinstitute/Stack-Large-Aligned"
4local_dir = "Stack-Large-Aligned"
5snapshot_download(repo_id=repo_id, repo_type="model", local_dir=local_dir)