roopalgarg commited on
Commit
7fcd3a3
1 Parent(s): b3a0a94

update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -24,4 +24,34 @@ tags:
24
  pretty_name: ImageInWords
25
  multilinguality:
26
  - monolingual
27
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  pretty_name: ImageInWords
25
  multilinguality:
26
  - monolingual
27
+ ---
28
+
29
+ <h2>ImageInWords: Unlocking Hyper-Detailed Image Descriptions</h2>
30
+
31
+ <img src="https://github.com/google/imageinwords/blob/main/static/images/Abstract/2.png">
32
+
33
+ arXiv:
34
+
35
+ Please visit the [webpage](https://google.github.io/imageinwords) for all the information about the IIW project, data downloads, visualizations, and much more.
36
+
37
+ Please reach out to iiw-dataset@google.com for thoughts/feedback/questions/collaborations.
38
+
39
+ <h3>&#129303;Hugging Face&#129303;</h3>
40
+
41
+ <li><a href="https://huggingface.co/datasets/google/imageinwords">Dataset</a></li>
42
+
43
+ ```python
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
+
50
+ <li><a href="https://huggingface.co/spaces/google/imageinwords-explorer">Dataset-Explorer</a></li>
51
+
52
+
53
+
54
+
55
+
56
+
57
+