hhoh commited on
Commit
2318cc7
·
verified ·
1 Parent(s): 408cc54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -138,4 +138,15 @@ We recommend using the following set of parameters for inference. Note that our
138
  "repetition_penalty": 1.05,
139
  "temperature": 0.7
140
  }
 
 
 
 
 
 
 
 
 
 
 
141
  ```
 
138
  "repetition_penalty": 1.05,
139
  "temperature": 0.7
140
  }
141
+ ```
142
+
143
+ Citing Hunyuan-MT:
144
+
145
+ ```bibtex
146
+ @misc{hunyuanmt2025,
147
+ title={Hunyuan-MT Technical Report},
148
+ 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},
149
+ howpublished={\url{https://github.com/Tencent-Hunyuan/Hunyuan-MT}},
150
+ year={2025}
151
+ }
152
  ```