An open API service indexing awesome lists of open source software.

https://github.com/belingud/logic1

Make any model think like o1, such as Llama-8B
https://github.com/belingud/logic1

llm o1 prompt prompt-engineering

Last synced: 7 months ago
JSON representation

Make any model think like o1, such as Llama-8B

Awesome Lists containing this project

README

          

# logic1

```
, 首先把这个问题分解成最小的单位,
你需要自我验证,能否将问题继续分解,
然后逐步推理运算得出结果,
推理运算中,你要时刻记住前面推理的结果,
直至得出最后结果
```

```
, Step 1: break down the problem into its smallest units,
Step 2: you need to self-verify that you can continue to break down the problem.
Step 3: step by step reasoning operations to arrive at the result,
reasoning operations,
Note: During the step-by-step operations,
you always need to keep in mind the results of the previous reasoning,
until you arrive at the final result
```

Example:

Strawberry:

![](example/example_strawberry_english.png)

Float compare:

![](example/example_math_english.png)

In Chinese:

Pretty good in understand worlds

![](example/example_strawberry_cn.png)

Math problem is not stable

![](example/example_math_cn.png)