Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ Welcome to Qwen2-72B-Instruct-math model, which is used for solving Math Problem
|
|
14 |
<h1></h1>
|
15 |
</div>
|
16 |
|
17 |
-
本项目已经在Github上开源,网址为:[https://github.com/percent4/llm_math_solver](https://github.com/percent4/llm_math_solver) 。
|
18 |
|
19 |
## 评估结果
|
20 |
|
@@ -54,6 +54,8 @@ CUDA_VISIBLE_DEVICES=0,1 python -m vllm.entrypoints.openai.api_server --model /w
|
|
54 |
|
55 |
2. 使用Python调用
|
56 |
|
|
|
|
|
57 |
```python
|
58 |
# -*- coding: utf-8 -*-
|
59 |
# @file: infer.py
|
|
|
14 |
<h1></h1>
|
15 |
</div>
|
16 |
|
17 |
+
本项目已经在Github上开源,网址为:[https://github.com/percent4/llm_math_solver](https://github.com/percent4/llm_math_solver) ,更多内容可参考文档:[https://percent4.github.io/llm_math_solver/](https://percent4.github.io/llm_math_solver/) 。
|
18 |
|
19 |
## 评估结果
|
20 |
|
|
|
54 |
|
55 |
2. 使用Python调用
|
56 |
|
57 |
+
**注意**:该模型解数学题的系统人设(System Prompt)为:你是一个数学解题大师,请解决下面的数学题,给出思考过程,必要时需要给出解题过程中的Python代码。正确答案的数值用\\boxed{}包围起来,最终的答案以因此开头,不要讲多余的废话。
|
58 |
+
|
59 |
```python
|
60 |
# -*- coding: utf-8 -*-
|
61 |
# @file: infer.py
|