cehao commited on
Commit
2fb8b9d
·
verified ·
1 Parent(s): 2ad0762

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -8,6 +8,7 @@ base_model:
8
  - Qwen/Qwen2.5-Math-7B-Instruct
9
  ---
10
 
 
11
 
12
  ```python
13
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
8
  - Qwen/Qwen2.5-Math-7B-Instruct
9
  ---
10
 
11
+ 📄 Paper: [arXiv:2505.17266](https://arxiv.org/abs/2505.17266)
12
 
13
  ```python
14
  from transformers import AutoModelForCausalLM, AutoTokenizer