ailuntz commited on
Commit
284d42f
·
verified ·
1 Parent(s): 80c8007

Add BibTeX citations

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -87,4 +87,18 @@ License follows the upstream MiMo release.
87
 
88
  ## Citation
89
 
90
- Cite the original MiMo project for the model and cite [`ailuntx/MiMo-V2.5-ASR-MLX`](https://github.com/ailuntx/MiMo-V2.5-ASR-MLX) for the MLX helper.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  ## Citation
89
 
90
+ ```bibtex
91
+ @misc{mimo-v25-asr-mlx,
92
+ title = {MiMo-V2.5-ASR-MLX: Apple MLX port of MiMo-V2.5-ASR},
93
+ author = {ailuntx},
94
+ year = {2026},
95
+ url = {https://github.com/ailuntx/MiMo-V2.5-ASR-MLX},
96
+ }
97
+
98
+ @misc{xiaomi2026mimov25asr,
99
+ title = {MiMo-V2.5-ASR},
100
+ author = {{Xiaomi MiMo Team}},
101
+ year = {2026},
102
+ url = {https://github.com/XiaomiMiMo/MiMo-V2.5-ASR},
103
+ }
104
+ ```