charge-benchmark commited on
Commit
6c0255d
·
verified ·
1 Parent(s): c5dfbf3

Update downloader.py

Browse files
Files changed (1) hide show
  1. downloader.py +3 -3
downloader.py CHANGED
@@ -69,7 +69,7 @@ def main(args):
69
  ignore_patterns=exclude_patterns,
70
  local_dir=args.output_dir
71
  )
72
- repo_id = "charge-benchmark/Charge-010_0050-Sparse_Mono"
73
  snapshot_download(
74
  repo_id=repo_id,
75
  repo_type=repo_type,
@@ -86,7 +86,7 @@ def main(args):
86
  ignore_patterns=exclude_patterns,
87
  local_dir=args.output_dir
88
  )
89
- repo_id = "charge-benchmark/Charge-020_0020-Sparse_Mono"
90
  snapshot_download(
91
  repo_id=repo_id,
92
  repo_type=repo_type,
@@ -111,7 +111,7 @@ def main(args):
111
  ignore_patterns=exclude_patterns,
112
  local_dir=args.output_dir
113
  )
114
- repo_id = "charge-benchmark/Charge-040_0040-Sparse_Mono"
115
  snapshot_download(
116
  repo_id=repo_id,
117
  repo_type=repo_type,
 
69
  ignore_patterns=exclude_patterns,
70
  local_dir=args.output_dir
71
  )
72
+ repo_id = "charge-benchmark/Charge-010_0050-Sparse-Mono"
73
  snapshot_download(
74
  repo_id=repo_id,
75
  repo_type=repo_type,
 
86
  ignore_patterns=exclude_patterns,
87
  local_dir=args.output_dir
88
  )
89
+ repo_id = "charge-benchmark/Charge-020_0020-Sparse-Mono"
90
  snapshot_download(
91
  repo_id=repo_id,
92
  repo_type=repo_type,
 
111
  ignore_patterns=exclude_patterns,
112
  local_dir=args.output_dir
113
  )
114
+ repo_id = "charge-benchmark/Charge-040_0040-Sparse-Mono"
115
  snapshot_download(
116
  repo_id=repo_id,
117
  repo_type=repo_type,