--- 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: ```python 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