Datasets:
Update dataset card metadata and link to paper/GitHub
Browse filesThis PR updates the dataset card:
- Moves the arXiv ID from the YAML metadata to the Markdown section as a paper link, per Hugging Face guidelines.
- Adds `task_categories: [other]` to the metadata.
- Links to the official GitHub repository for code and annotated pairs.
README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
sym-MM2MM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- other
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# sym-MM2MM
|
| 8 |
+
|
| 9 |
+
sym-MM2MM is the benchmark dataset for the paper [SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval](https://huggingface.co/papers/2605.15868).
|
| 10 |
+
|
| 11 |
+
This repository contains the candidate pool of 1M LAION pairs.
|
| 12 |
+
|
| 13 |
+
For annotated pairs and code, please refer to the [GitHub Repository](https://github.com/codefuse-ai/SOLAR).
|