scLibrary / README.md
Toycat's picture
Update README.md
3c2d8ba verified
metadata
license: mit

The dataset scLibrary is the pre-training dataset used by the LangCell model.

You can use git-lfs to download sclibrary.dataset from this repository, and then use the following code to load the data:

from datasets import load_from_disk
sclibrary=load_from_disk("/path/to/sclibrary.dataset")

Model github: https://github.com/PharMolix/LangCell

Paper: https://arxiv.org/abs/2405.06708