keanteng commited on
Commit
760cea6
·
verified ·
1 Parent(s): db02c2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,8 +27,8 @@ git clone https://huggingface.co/datasets/keanteng/miniddbs-jpeg
27
  from huggingface_hub import hf_hub_download
28
 
29
  # Replace with the actual repository ID and filename
30
- repo_id = "keanteng/bsd100-set5-set14"
31
- filename = "BSD100.zip" # or Set5.zip and Set14.zip
32
 
33
  local_filepath = hf_hub_download(repo_id=repo_id, filename=filename)
34
  print(f"File downloaded to: {local_filepath}")
 
27
  from huggingface_hub import hf_hub_download
28
 
29
  # Replace with the actual repository ID and filename
30
+ repo_id = "keanteng/miniddbs-jpeg"
31
+ filename = "miniddbs-jpeg.zip"
32
 
33
  local_filepath = hf_hub_download(repo_id=repo_id, filename=filename)
34
  print(f"File downloaded to: {local_filepath}")