Skip to content

Commit 99b493f

Browse files
authored
Update dataset cloning instructions in README
Replaced git clone commands with huggingface-cli download for datasets.
1 parent 2c7a32f commit 99b493f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ mkdir -p dataset
4040
cd data
4141

4242
# wilds dataset
43-
git clone https://huggingface.co/datasets/imageomics/mmla_wilds
43+
huggingface-cli download --repo-type dataset imageomics/mmla_wilds
4444
# opc dataset
45-
git clone https://huggingface.co/datasets/imageomics/mmla_opc
45+
huggingface-cli download --repo-type dataset imageomics/mmla_opc
4646
# mpala dataset
47-
git clone https://huggingface.co/datasets/imageomics/mmla_mpala
47+
huggingface-cli download --repo-type dataset imageomics/mmla_mpala
4848

4949
# run the script to split the dataset into train and test sets
5050
python prepare_yolo_dataset.py
@@ -108,4 +108,4 @@ See [HuggingFace Dataset Repo](https://huggingface.co/collections/imageomics/wil
108108
journal={arXiv preprint arXiv:2504.07744},
109109
year={2025}
110110
}
111-
```
111+
```

0 commit comments

Comments
 (0)