LimitedMouse commited on
Commit
f65cbcb
·
verified ·
1 Parent(s): 016881e

Link dataset and code pages

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -7,6 +7,11 @@ task_categories:
7
 
8
  # Generative Embedding Benchmark
9
 
 
 
 
 
 
10
  This repository publishes the fixed membership and provenance metadata for the
11
  Generative Embedding Benchmark (GEB). GEB contains 1,800 development questions
12
  and 900 held-out test questions, balanced across natural images, scene text, and
@@ -15,7 +20,7 @@ visual documents.
15
  GEB evaluates how much answer-relevant visual information a dense embedding
16
  makes accessible to a generative decoder. See the
17
  [code repository](https://github.com/LimitedMouse/Generative-Embedding-Benchmark)
18
- for the evaluation pipeline.
19
 
20
  The dataset does not redistribute source images, questions, or answers. The GEB
21
  task definitions load the eight original public datasets through `lmms-eval` and
 
7
 
8
  # Generative Embedding Benchmark
9
 
10
+ <div align="center">
11
+ <a href="https://huggingface.co/datasets/LimitedMouse/Generative-Embedding-Benchmark"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-blue" alt="Hugging Face Dataset"></a>
12
+ <a href="https://github.com/LimitedMouse/Generative-Embedding-Benchmark"><img src="https://img.shields.io/badge/GitHub-Code-lightgrey" alt="GitHub Code"></a>
13
+ </div>
14
+
15
  This repository publishes the fixed membership and provenance metadata for the
16
  Generative Embedding Benchmark (GEB). GEB contains 1,800 development questions
17
  and 900 held-out test questions, balanced across natural images, scene text, and
 
20
  GEB evaluates how much answer-relevant visual information a dense embedding
21
  makes accessible to a generative decoder. See the
22
  [code repository](https://github.com/LimitedMouse/Generative-Embedding-Benchmark)
23
+ for installation instructions and the evaluation pipeline.
24
 
25
  The dataset does not redistribute source images, questions, or answers. The GEB
26
  task definitions load the eight original public datasets through `lmms-eval` and