Datasets:
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
iiw
imageinwords
image-descriptions
image-captions
detailed-descriptions
hyper-detailed-descriptions
License:
Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,7 @@ Please reach out to [email protected] for thoughts/feedback/questions/colla
|
|
44 |
from datasets import load_dataset
|
45 |
|
46 |
# `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
|
|
|
47 |
dataset = load_dataset("google/imageinwords", token="YOUR_HF_ACCESS_TOKEN", name="IIW-400")
|
48 |
```
|
49 |
|
|
|
44 |
from datasets import load_dataset
|
45 |
|
46 |
# `name` can be one of: IIW-400, DCI_Test, DOCCI_Test, CM_3600, LocNar_Eval
|
47 |
+
# refer: https://github.com/google/imageinwords/tree/main/datasets
|
48 |
dataset = load_dataset("google/imageinwords", token="YOUR_HF_ACCESS_TOKEN", name="IIW-400")
|
49 |
```
|
50 |
|