Add task category and link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: MVEB-train
|
| 3 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
multi-modal:
|
| 11 |
Feature Extraction:
|
| 12 |
languages:
|
| 13 |
-
|
| 14 |
configs:
|
| 15 |
- config_name: sample
|
| 16 |
default: true
|
|
@@ -63,7 +65,7 @@ English | [简体中文](README.md)
|
|
| 63 |
|
| 64 |

|
| 65 |
|
| 66 |
-
This repository contains the **train** split of [MVEB](https://chrisclear3.github.io/MVEB/) (Multimodal Visual identity Embedding Benchmark) — a benchmark for identity-level retrieval. Given a query (text + image), a model retrieves candidates (text + image) that belong to the same identity.
|
| 67 |
|
| 68 |
The train split covers **20 subsets** across four meta-tasks:
|
| 69 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
pretty_name: MVEB-train
|
| 4 |
+
task_categories:
|
| 5 |
+
- feature-extraction
|
| 6 |
tags:
|
| 7 |
+
- embedding
|
| 8 |
+
- retrieval
|
| 9 |
+
- multimodal-embedding
|
| 10 |
+
- identity-retrieval
|
| 11 |
+
- benchmark
|
| 12 |
multi-modal:
|
| 13 |
Feature Extraction:
|
| 14 |
languages:
|
| 15 |
+
- en
|
| 16 |
configs:
|
| 17 |
- config_name: sample
|
| 18 |
default: true
|
|
|
|
| 65 |
|
| 66 |

|
| 67 |
|
| 68 |
+
This repository contains the **train** split of [MVEB](https://chrisclear3.github.io/MVEB/) (Multimodal Visual identity Embedding Benchmark) from the paper [Illuminating Visual Identity in Universal Multimodal Embeddings](https://huggingface.co/papers/2608.01794) — a benchmark for identity-level retrieval. Given a query (text + image), a model retrieves candidates (text + image) that belong to the same identity.
|
| 69 |
|
| 70 |
The train split covers **20 subsets** across four meta-tasks:
|
| 71 |
|