ailuntz commited on
Commit
9b7204b
·
verified ·
1 Parent(s): 551eaed

Add BibTeX citations

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -81,4 +81,21 @@ License follows the upstream Tencent Hunyuan release.
81
 
82
  ## Citation
83
 
84
- Cite the original Hy-MT2 project for the model and cite [`ailuntx/Hy-MT2-MLX`](https://github.com/ailuntx/Hy-MT2-MLX) for this MLX conversion tooling.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  ## Citation
83
 
84
+ ```bibtex
85
+ @misc{hymt2-mlx,
86
+ title = {Hy-MT2-MLX: Apple MLX port of Hy-MT2},
87
+ author = {ailuntx},
88
+ year = {2026},
89
+ url = {https://github.com/ailuntx/Hy-MT2-MLX},
90
+ }
91
+
92
+ @misc{zheng2026hymt2familyfastefficient,
93
+ title = {Hy-MT2: A Family of Fast, Efficient and Powerful Multilingual Translation Models in the Wild},
94
+ author = {Mao Zheng and Zheng Li and Tao Chen and Bo Lv and Mingrui Sun and Mingyang Song and Jinlong Song and Hong Huang and Decheng Wu and Hai Wang and Yifan Song and Yanfeng Chen and Guanwei Zhang},
95
+ year = {2026},
96
+ eprint = {2605.22064},
97
+ archivePrefix = {arXiv},
98
+ primaryClass = {cs.CL},
99
+ url = {https://arxiv.org/abs/2605.22064},
100
+ }
101
+ ```