Feature Extraction

Add pipeline tag, improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,9 +1,23 @@
1
  ---
2
  license: apache-2.0
3
- arxiv: 2605.15868
4
  ---
 
 
 
5
  Models of ICML 2026 paper [SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval](https://arxiv.org/abs/2605.15868), including SOLAR-C and SOLAR-B+D (both after stage 2).
6
 
7
  To inference, please refer to [our code](https://github.com/codefuse-ai/SOLAR).
8
 
9
- For benchmark, please refer to [sym-MM2MM](https://huggingface.co/datasets/yangwj211/sym-MM2MM).
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: feature-extraction
4
  ---
5
+
6
+ # SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval
7
+
8
  Models of ICML 2026 paper [SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval](https://arxiv.org/abs/2605.15868), including SOLAR-C and SOLAR-B+D (both after stage 2).
9
 
10
  To inference, please refer to [our code](https://github.com/codefuse-ai/SOLAR).
11
 
12
+ For benchmark, please refer to [sym-MM2MM](https://huggingface.co/datasets/yangwj211/sym-MM2MM).
13
+
14
+ ## Citation
15
+
16
+ ```bibtex
17
+ @article{yang2026solar,
18
+ title={SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval},
19
+ author={Yang, Wenjie and Yu, Hang Spruce and Guo, Yuyu and Di, Peng},
20
+ journal={arXiv preprint arXiv:2605.15868},
21
+ year={2026}
22
+ }
23
+ ```