Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ arXiv: https://arxiv.org/abs/2604.17957
|
|
| 16 |
```python
|
| 17 |
import torch
|
| 18 |
from transformers import AutoTokenizer, AutoModel
|
| 19 |
-
repo_id = "
|
| 20 |
tokenizer = AutoTokenizer.from_pretrained(repo_id, trust_remote_code=True)
|
| 21 |
model = AutoModel.from_pretrained(repo_id, trust_remote_code=True).eval()
|
| 22 |
def build_prompt(problem, steps):
|
|
|
|
| 16 |
```python
|
| 17 |
import torch
|
| 18 |
from transformers import AutoTokenizer, AutoModel
|
| 19 |
+
repo_id = "Babelscape/Qwen2.5-Math-7B-PRM800k-r"
|
| 20 |
tokenizer = AutoTokenizer.from_pretrained(repo_id, trust_remote_code=True)
|
| 21 |
model = AutoModel.from_pretrained(repo_id, trust_remote_code=True).eval()
|
| 22 |
def build_prompt(problem, steps):
|