Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,12 @@ license: mit
|
|
3 |
---
|
4 |
The dataset scLibrary is the pre-training dataset used by the LangCell model.
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
Model github: https://github.com/PharMolix/LangCell
|
7 |
|
8 |
Paper: https://arxiv.org/abs/2405.06708
|
|
|
3 |
---
|
4 |
The dataset scLibrary is the pre-training dataset used by the LangCell model.
|
5 |
|
6 |
+
You can use `git-lfs` to download `sclibrary.dataset` from this repository, and then use the following code to load the data:
|
7 |
+
```python
|
8 |
+
from datasets import load_from_disk
|
9 |
+
sclibrary=load_from_disk("/path/to/sclibrary.dataset")
|
10 |
+
```
|
11 |
+
|
12 |
Model github: https://github.com/PharMolix/LangCell
|
13 |
|
14 |
Paper: https://arxiv.org/abs/2405.06708
|