roopalgarg commited on
Commit
c9ae554
1 Parent(s): 1a0ab0e

Update imageinwords.py

Browse files
Files changed (1) hide show
  1. imageinwords.py +2 -0
imageinwords.py CHANGED
@@ -4,6 +4,8 @@ import pandas as pd
4
  import string
5
 
6
  _DESCRIPTION = """
 
 
7
  """
8
 
9
  _HOMEPAGE = "https://google.github.io/imageinwords/"
 
4
  import string
5
 
6
  _DESCRIPTION = """
7
+ ImageInWords (IIW), a carefully designed human-in-the-loop annotation framework for curating hyper-detailed image descriptions and a new dataset resulting from this process.
8
+ We validate the framework through evaluations focused on the quality of the dataset and its utility for fine-tuning with considerations for readability, comprehensiveness, specificity, hallucinations, and human-likeness.
9
  """
10
 
11
  _HOMEPAGE = "https://google.github.io/imageinwords/"