Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ Test:[Colab](https://colab.research.google.com/drive/17-eEER7sV7xJ66pKiDIB9gEu
|
|
| 23 |
|
| 24 |
## result
|
| 25 |
|
|
|
|
|
|
|
| 26 |
```python
|
| 27 |
prompt = 'Tom has 12 apples. He gives 3 apples to each of his 4 friends. After that, he buys 10 more apples. How many apples does Tom have now?'
|
| 28 |
step_generation(prompt, 128)
|
|
|
|
| 23 |
|
| 24 |
## result
|
| 25 |
|
| 26 |
+
测试可以rejection sampling多次,以`\boxed{}`格式输出final asnwer
|
| 27 |
+
|
| 28 |
```python
|
| 29 |
prompt = 'Tom has 12 apples. He gives 3 apples to each of his 4 friends. After that, he buys 10 more apples. How many apples does Tom have now?'
|
| 30 |
step_generation(prompt, 128)
|