lhoestq HF staff commited on
Commit
76e94d5
1 Parent(s): 5ecc0c8
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -165,7 +165,7 @@ def fetch_images(batch, num_threads, timeout=None, retries=0):
165
 
166
 
167
  num_threads = 20
168
- dset = load_dataset("conceptual_captions")
169
  dset = dset.map(fetch_images, batched=True, batch_size=100, fn_kwargs={"num_threads": num_threads})
170
  ```
171
 
 
165
 
166
 
167
  num_threads = 20
168
+ dset = load_dataset("google-research-datasets/conceptual_captions")
169
  dset = dset.map(fetch_images, batched=True, batch_size=100, fn_kwargs={"num_threads": num_threads})
170
  ```
171