Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -38,6 +38,12 @@ H5AD files can be read with `scanpy`/`anndata`, while PT files can be read with
|
|
| 38 |
|
| 39 |
## How to Use the Dataset
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
After mounting this directory in the runtime environment, update the data path in the corresponding TOML file to the actual path. For example:
|
| 42 |
|
| 43 |
```toml
|
|
|
|
| 38 |
|
| 39 |
## How to Use the Dataset
|
| 40 |
|
| 41 |
+
Download the dataset:
|
| 42 |
+
|
| 43 |
+
```bash
|
| 44 |
+
hf download --dataset OneScience-Group/State_datasets --local-dir ./data
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
After mounting this directory in the runtime environment, update the data path in the corresponding TOML file to the actual path. For example:
|
| 48 |
|
| 49 |
```toml
|