From 3c7c3f6374abc8610e1c0a2c91ef510fafd1600d Mon Sep 17 00:00:00 2001 From: Tsumugii24 <2792474059@qq.com> Date: Fri, 20 Sep 2024 13:05:09 +0800 Subject: [PATCH] fix typo error --- models/Qwen2.5/06-Qwen2.5-7B-Instruct o1-like 推理链实现.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/Qwen2.5/06-Qwen2.5-7B-Instruct o1-like 推理链实现.md b/models/Qwen2.5/06-Qwen2.5-7B-Instruct o1-like 推理链实现.md index 5061e17..4f9eed0 100644 --- a/models/Qwen2.5/06-Qwen2.5-7B-Instruct o1-like 推理链实现.md +++ b/models/Qwen2.5/06-Qwen2.5-7B-Instruct o1-like 推理链实现.md @@ -291,6 +291,6 @@ streamlit run /root/autodl-tmp/app_qwen.py --server.address 127.0.0.1 --server.p 我们可以观察到经过4步推理和思考,最终的推理结果是**正确的**,且总推理耗时2还是很长的,这也符合了 o1 模型的基本特征,用推理时间的增加换取更高的推理准确率。 -**说明:**有读者可能会认为这个问题根本没有难度,但是实际上对于现阶段的大语言模型来说,很少有能够回答正确的,比如我们可以回到 [04-Qwen2_5-7B-Instruct WebDemo 部署](https://github.com/datawhalechina/self-llm/blob/master/models/Qwen2.5/04-Qwen2_5-7B-Instruct WebDemo部署.md) 来尝试一下提问相同的问题,最后得到的结果显然是**错误的**。 +**说明:**有读者可能会认为这个问题根本没有难度,但是实际上对于现阶段的大语言模型来说,很少有能够回答正确的,比如我们可以回到 [04-Qwen2.5-7B-Instruct WebDemo 部署](./04-Qwen2_5-7B-Instruct WebDemo部署.md) 来尝试一下提问相同的问题,最后得到的结果显然是**错误的**。 ![06-6](./images/06-6.png) \ No newline at end of file