danielhanchen
commited on
Commit
•
b74ebc5
1
Parent(s):
e3015f9
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -134,10 +134,10 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
134 |
If you find our work helpful, feel free to give us a citation.
|
135 |
|
136 |
```
|
137 |
-
@article{
|
138 |
-
title={Qwen2
|
139 |
-
author={Yang
|
140 |
-
journal={arXiv preprint arXiv:
|
141 |
year={2024}
|
142 |
}
|
143 |
```
|
|
|
134 |
If you find our work helpful, feel free to give us a citation.
|
135 |
|
136 |
```
|
137 |
+
@article{yang2024qwen25mathtechnicalreportmathematical,
|
138 |
+
title={Qwen2.5-Math Technical Report: Toward Mathematical Expert Model via Self-Improvement},
|
139 |
+
author={An Yang and Beichen Zhang and Binyuan Hui and Bofei Gao and Bowen Yu and Chengpeng Li and Dayiheng Liu and Jianhong Tu and Jingren Zhou and Junyang Lin and Keming Lu and Mingfeng Xue and Runji Lin and Tianyu Liu and Xingzhang Ren and Zhenru Zhang},
|
140 |
+
journal={arXiv preprint arXiv:2409.12122},
|
141 |
year={2024}
|
142 |
}
|
143 |
```
|