elialombardo commited on
Commit
f7f21b1
·
verified ·
1 Parent(s): 22bc3ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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