Datasets:
Tasks:
Image-to-Text
Formats:
parquet
Sub-tasks:
image-captioning
Languages:
English
Size:
1M - 10M
License:
nit
Browse files
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 |
|