anokimchen commited on
Commit
a39f3d0
·
verified ·
1 Parent(s): daf7316

Update download_dataset.py

Browse files
Files changed (1) hide show
  1. download_dataset.py +2 -2
download_dataset.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Download script for anokimchen/100k_BW_illustrations dataset from Hugging Face.
3
 
4
  Usage:
5
  # List all files only (no download):
@@ -46,7 +46,7 @@ from huggingface_hub import HfApi, hf_hub_download
46
  # CONFIG
47
  # =========================================================
48
 
49
- HF_REPO_ID = "anokimchen/100k_BW_illustrations"
50
  REPO_TYPE = "dataset"
51
  DEFAULT_DIR = "downloaded_dataset"
52
 
 
1
  """
2
+ Download script for anokimchen/100k_BW_illustrations_i2i dataset from Hugging Face.
3
 
4
  Usage:
5
  # List all files only (no download):
 
46
  # CONFIG
47
  # =========================================================
48
 
49
+ HF_REPO_ID = "anokimchen/100k_BW_illustrations_i2i"
50
  REPO_TYPE = "dataset"
51
  DEFAULT_DIR = "downloaded_dataset"
52