abtonmoy commited on
Commit
d94e3f9
·
verified ·
1 Parent(s): b551ea8

Cite the arXiv paper (2607.18666)

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -27,6 +27,7 @@ vision-language embedding base with audio — without modifying a single base we
27
  [![Weights](https://img.shields.io/badge/weights-CC--BY--NC--4.0-green.svg)](#training-data-and-license)
28
  [![Status](https://img.shields.io/badge/status-research%20preview%20v0.3-orange.svg)](#)
29
  [![Code](https://img.shields.io/badge/code-GitHub-black.svg)](https://github.com/Eximius-Labs/fusion-embedding-1)
 
30
 
31
  </div>
32
 
@@ -251,12 +252,11 @@ and the 8B model.
251
  ## Citation
252
 
253
  ```bibtex
254
- @software{fusion_embedding_2026,
255
- title = {Fusion Embedding 1: A Unified Embedding Space for Text,
256
- Image, Video, and Audio},
257
- author = {Tonmoy, Abdul Basit},
258
- year = {2026},
259
- url = {https://github.com/Eximius-Labs/fusion-embedding-1}
260
  }
261
  ```
262
 
 
27
  [![Weights](https://img.shields.io/badge/weights-CC--BY--NC--4.0-green.svg)](#training-data-and-license)
28
  [![Status](https://img.shields.io/badge/status-research%20preview%20v0.3-orange.svg)](#)
29
  [![Code](https://img.shields.io/badge/code-GitHub-black.svg)](https://github.com/Eximius-Labs/fusion-embedding-1)
30
+ [![Paper](https://img.shields.io/badge/paper-arXiv%3A2607.18666-b31b1b.svg)](https://arxiv.org/abs/2607.18666)
31
 
32
  </div>
33
 
 
252
  ## Citation
253
 
254
  ```bibtex
255
+ @article{tonmoy2026fusion,
256
+ title = {Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio},
257
+ author = {Tonmoy, Abdul Basit and Hoque, Kazi Fardinul and Arham, Md. Shahrier Islam and Luthra, Arman},
258
+ journal = {arXiv preprint arXiv:2607.18666},
259
+ year = {2026}
 
260
  }
261
  ```
262