manu commited on
Commit
39e9e8b
·
verified ·
1 Parent(s): dce985d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -6,11 +6,11 @@ colorTo: yellow
6
  sdk: static
7
  pinned: true
8
  ---
9
- # CoNTEB: XXXXX 👀
10
 
11
  [![arXiv](https://img.shields.io/badge/arXiv-2407.01449-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/XXX)
12
 
13
- <img src="https://cdn-uploads.huggingface.co/production/uploads/60f2e021adf471cbdf8bb660/T3z7_Biq3oW6b8I9ZwpIa.png" width="800">
14
 
15
  This organization contains all artifacts released with our preprint [*Context is Gold to find the Gold Passage: Evaluating and Training Contextual Document Embeddings *](https://arxiv.org/abs/XXX),
16
  including the [ConTEB](https://huggingface.co/collections/illuin-conteb/conteb-datasets-6839fffd25f1d3685f3ad604) benchmark.
@@ -29,7 +29,7 @@ We open-source all artifacts here and at https://github.com/illuin-tech/contextu
29
 
30
  ## Benchmark
31
 
32
- - [*Leaderboard*]TODO
33
  -
34
  ## Datasets
35
 
@@ -42,8 +42,8 @@ We organized datasets into collections to constitute our benchmark ViDoRe and it
42
 
43
  CHANGE
44
 
45
- - [*ColPali Engine*](https://github.com/illuin-tech/colpali): The code used to train and run inference with the ColPali architecture.
46
- - [*ViDoRe Benchmark*](https://github.com/illuin-tech/vidore-benchmark): A Python package/CLI tool to evaluate document retrieval systems on the ViDoRe benchmark.
47
 
48
  ## Extra
49
 
 
6
  sdk: static
7
  pinned: true
8
  ---
9
+ # ConTEB: Context is Gold to find the Gold Passage: Evaluating and Training Contextual Document Embeddings
10
 
11
  [![arXiv](https://img.shields.io/badge/arXiv-2407.01449-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/XXX)
12
 
13
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/60f2e021adf471cbdf8bb660/jq_zYRy23bOZ9qey3VY4v.png" width="800">
14
 
15
  This organization contains all artifacts released with our preprint [*Context is Gold to find the Gold Passage: Evaluating and Training Contextual Document Embeddings *](https://arxiv.org/abs/XXX),
16
  including the [ConTEB](https://huggingface.co/collections/illuin-conteb/conteb-datasets-6839fffd25f1d3685f3ad604) benchmark.
 
29
 
30
  ## Benchmark
31
 
32
+ - [*Leaderboard*](TODO)
33
  -
34
  ## Datasets
35
 
 
42
 
43
  CHANGE
44
 
45
+ - [*Contextual Document Engine*](https://github.com/illuin-tech/contextual-document-embeddings): The code used to train and run inference with our architecture.
46
+ - [*ConTEB Benchmarkk*](https://github.com/illuin-tech/conteb-benchmark): A Python package/CLI tool to evaluate document retrieval systems on the ViDoRe benchmark.
47
 
48
  ## Extra
49