Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ To download for instance only the labeled set, one can use the huggingface_hub p
|
|
34 |
```
|
35 |
from huggingface_hub import snapshot_download
|
36 |
|
37 |
-
snapshot_download(repo_id="LMUK-RADONC-PHYS-RES/TrackRAD2025", repo_type="dataset", local_dir="/local_dir_where_to_download_dataset/", allow_patterns="trackrad2025_labeled_training_data/*"
|
38 |
```
|
39 |
|
40 |
|
|
|
34 |
```
|
35 |
from huggingface_hub import snapshot_download
|
36 |
|
37 |
+
snapshot_download(repo_id="LMUK-RADONC-PHYS-RES/TrackRAD2025", repo_type="dataset", local_dir="/local_dir_where_to_download_dataset/", allow_patterns="trackrad2025_labeled_training_data/*")
|
38 |
```
|
39 |
|
40 |
|