Instructions to use mlx-community/Hy-MT2-7B-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Hy-MT2-7B-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Hy-MT2-7B-4bit mlx-community/Hy-MT2-7B-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Add BibTeX citations
Browse files
README.md
CHANGED
|
@@ -81,4 +81,21 @@ License follows the upstream Tencent Hunyuan release.
|
|
| 81 |
|
| 82 |
## Citation
|
| 83 |
|
| 84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
```
|