Datasets:
ArXiv:
License:
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