Update README.md
Browse files
README.md
CHANGED
|
@@ -78,6 +78,20 @@ You must use ```python for just the final solution code block with the following
|
|
| 78 |
```
|
| 79 |
{user}
|
| 80 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
messages = [
|
| 82 |
{
|
| 83 |
"role": "user",
|
|
|
|
| 78 |
```
|
| 79 |
{user}
|
| 80 |
"""
|
| 81 |
+
|
| 82 |
+
# Math generation prompt
|
| 83 |
+
# prompt = """
|
| 84 |
+
# Solve the following math problem. Make sure to put the answer (and only answer) inside \boxed{{}}.
|
| 85 |
+
#
|
| 86 |
+
# {user}
|
| 87 |
+
# """
|
| 88 |
+
|
| 89 |
+
# Science generation prompt
|
| 90 |
+
# You can refer to prompts here -
|
| 91 |
+
# https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/prompt/config/generic/hle.yaml (HLE)
|
| 92 |
+
# https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/prompt/config/eval/aai/mcq-4choices-boxed.yaml (for GPQA)
|
| 93 |
+
# https://github.com/NVIDIA/NeMo-Skills/blob/main/nemo_skills/prompt/config/eval/aai/mcq-10choices-boxed.yaml (MMLU-Pro)
|
| 94 |
+
|
| 95 |
messages = [
|
| 96 |
{
|
| 97 |
"role": "user",
|