Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
## Links
|
8 |
|
9 |
-
- π [Blog]()
|
10 |
- π€ [PRIME Collection](https://huggingface.co/PRIME-RL)
|
11 |
- π€ [SFT Data](https://huggingface.co/datasets/PRIME-RL/Eurus-2-SFT-Data)
|
12 |
|
@@ -29,7 +29,7 @@ We apply tailored prompts for coding and math task:
|
|
29 |
**Coding**
|
30 |
|
31 |
```
|
32 |
-
{question} + "\n\nWrite Python code to solve the problem. Present the code in \n```python\nYour code\n```\nat the end.
|
33 |
```
|
34 |
|
35 |
**Math**
|
|
|
6 |
|
7 |
## Links
|
8 |
|
9 |
+
- π [Blog](https://curvy-check-498.notion.site/Process-Reinforcement-through-Implicit-Rewards-15f4fcb9c42180f1b498cc9b2eaf896f)
|
10 |
- π€ [PRIME Collection](https://huggingface.co/PRIME-RL)
|
11 |
- π€ [SFT Data](https://huggingface.co/datasets/PRIME-RL/Eurus-2-SFT-Data)
|
12 |
|
|
|
29 |
**Coding**
|
30 |
|
31 |
```
|
32 |
+
{question} + "\n\nWrite Python code to solve the problem. Present the code in \n```python\nYour code\n```\nat the end."
|
33 |
```
|
34 |
|
35 |
**Math**
|