Update README.md
Browse files
README.md
CHANGED
@@ -18,10 +18,12 @@ The base model was fine tuned on 8k rows synthetic solution data generated by [O
|
|
18 |
We used the [NeMo Skills](https://github.com/Kipok/NeMo-Skills) pipeline for inference with code execution and generating the synthetic data. HuggingFace's SFTTrainer was used for fine tuning, as the NeMo Skills pipeline is a buggy mess. It took 30 minutes to fine tune on an RTX3090.
|
19 |
|
20 |
|
21 |
-
Sample Input:
|
22 |
```
|
23 |
System:
|
24 |
-
|
|
|
|
|
25 |
|
26 |
User:
|
27 |
High school graduating class is made up of 466 students. There are 212 more girls than boys. How many boys are in the class?
|
@@ -30,7 +32,7 @@ Assistant:
|
|
30 |
|
31 |
```
|
32 |
|
33 |
-
Sample Output
|
34 |
```
|
35 |
Let's solve this problem using Python code.
|
36 |
<llm-code>
|
|
|
18 |
We used the [NeMo Skills](https://github.com/Kipok/NeMo-Skills) pipeline for inference with code execution and generating the synthetic data. HuggingFace's SFTTrainer was used for fine tuning, as the NeMo Skills pipeline is a buggy mess. It took 30 minutes to fine tune on an RTX3090.
|
19 |
|
20 |
|
21 |
+
##### Sample Input:
|
22 |
```
|
23 |
System:
|
24 |
+
You're an expert Python programmer and mathematician.
|
25 |
+
Help the user to solve this problem using code when necessary.
|
26 |
+
Make sure to put the answer (and only answer) inside \boxed{}.
|
27 |
|
28 |
User:
|
29 |
High school graduating class is made up of 466 students. There are 212 more girls than boys. How many boys are in the class?
|
|
|
32 |
|
33 |
```
|
34 |
|
35 |
+
###### Sample Output:
|
36 |
```
|
37 |
Let's solve this problem using Python code.
|
38 |
<llm-code>
|