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

Card: separate model citation (Tonmoy) from paper citation (all authors)

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -251,6 +251,19 @@ and the 8B model.
251
 
252
  ## Citation
253
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
  ```bibtex
255
  @article{tonmoy2026fusion,
256
  title = {Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio},
@@ -259,6 +272,3 @@ and the 8B model.
259
  year = {2026}
260
  }
261
  ```
262
-
263
- Built on Qwen3-VL-Embedding and Qwen2.5-Omni, with training data from AudioCaps, WavCaps,
264
- and FSD50K.
 
251
 
252
  ## Citation
253
 
254
+ To cite the model:
255
+
256
+ ```bibtex
257
+ @software{fusion_embedding_1_2026,
258
+ title = {fusion-embedding-1},
259
+ author = {Tonmoy, Abdul Basit},
260
+ year = {2026},
261
+ url = {https://huggingface.co/EximiusLabs/fusion-embedding-1-2b-preview}
262
+ }
263
+ ```
264
+
265
+ To cite the paper:
266
+
267
  ```bibtex
268
  @article{tonmoy2026fusion,
269
  title = {Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio},
 
272
  year = {2026}
273
  }
274
  ```