Datasets:

ArXiv:
License:
nielsr HF Staff commited on
Commit
ef09e49
·
verified ·
1 Parent(s): a81e383

Add link to paper and update task categories

Browse files

This PR updates the dataset card with a link to the paper [VIBE: Vector Index Benchmark for Embeddings](https://huggingface.co/papers/2505.17810) and adds `text-retrieval` to the task categories in the YAML metadata.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -2,9 +2,10 @@
2
  license: cc-by-4.0
3
  task_categories:
4
  - sentence-similarity
 
5
  ---
6
 
7
- This repository contains the datasets that are meant to be used with VIBE (Vector Index Benchmark for Embeddings):
8
 
9
  https://github.com/vector-index-bench/vibe
10
 
 
2
  license: cc-by-4.0
3
  task_categories:
4
  - sentence-similarity
5
+ - text-retrieval
6
  ---
7
 
8
+ This repository contains the datasets presented in [VIBE: Vector Index Benchmark for Embeddings](https://huggingface.co/papers/2505.17810):
9
 
10
  https://github.com/vector-index-bench/vibe
11