Datasets:
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
iiw
imageinwords
image-descriptions
image-captions
detailed-descriptions
hyper-detailed-descriptions
License:
roopalgarg
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ from datasets import load_dataset
|
|
44 |
|
45 |
# `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
|
46 |
# refer: https://github.com/google/imageinwords/tree/main/datasets
|
47 |
-
dataset = load_dataset(
|
48 |
```
|
49 |
|
50 |
<li><a href="https://huggingface.co/spaces/google/imageinwords-explorer">Dataset-Explorer</a></li>
|
|
|
44 |
|
45 |
# `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
|
46 |
# refer: https://github.com/google/imageinwords/tree/main/datasets
|
47 |
+
dataset = load_dataset('google/imageinwords', token=None, name="IIW-400", trust_remote_code=True)
|
48 |
```
|
49 |
|
50 |
<li><a href="https://huggingface.co/spaces/google/imageinwords-explorer">Dataset-Explorer</a></li>
|