Update README.md
Browse files
README.md
CHANGED
@@ -137,4 +137,15 @@ We recommend using the following set of parameters for inference. Note that our
|
|
137 |
"repetition_penalty": 1.05,
|
138 |
"temperature": 0.7
|
139 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
```
|
|
|
137 |
"repetition_penalty": 1.05,
|
138 |
"temperature": 0.7
|
139 |
}
|
140 |
+
```
|
141 |
+
|
142 |
+
Citing Hunyuan-MT:
|
143 |
+
|
144 |
+
```bibtex
|
145 |
+
@misc{hunyuanmt2025,
|
146 |
+
title={Hunyuan-MT Technical Report},
|
147 |
+
author={Mao Zheng, Zheng Li, Bingxin Qu, Mingyang Song, Yang Du, Mingrui Sun, Di Wang, Tao Chen, Jiaqi Zhu, Xingwu Sun, Yufei Wang, Can Xu, Chen Li, Kai Wang, Decheng Wu},
|
148 |
+
howpublished={\url{https://github.com/Tencent-Hunyuan/Hunyuan-MT}},
|
149 |
+
year={2025}
|
150 |
+
}
|
151 |
```
|