Skip to content

Commit 30d0af9

Browse files
authored
Merge pull request #17 from codelion/codelion-patch-1
Update test_cases.json
2 parents 649bbaa + e597a58 commit 30d0af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"name": "GSM8K",
1919
"system_prompt": "",
20-
"query": "Problem: If there are 3 cars in the parking lot and 2 more cars arrive, how many cars are in the parking lot? Solution: Let's solve this step by step:\n1. Initially, there are 3 cars in the parking lot.\n2. 2 more cars arrive.\n3. To find the total, we add the initial number of cars to the new arrivals: 3 + 2 = 5 Therefore, there are now 5 cars in the parking lot.\nProblem: A bakery has 8 cakes on display. They bake 4 more cakes and put them out. How many cakes are now on display? Solution: Let's break it down:\n1. The bakery starts with 8 cakes on display.\n2. They bake and add 4 more cakes.\n3. To find the total, we add the initial number of cakes to the new ones: 8 + 4 = 12 So, there are now 12 cakes on display.\nProblem: There are 5 books on a shelf. If you add 3 more books, how many books are on the shelf? Solution: Let's solve this step by step:\n1. Initially, there are 5 books on the shelf.\n2. 3 more books are added.\n3. To find the total, we add the initial number of books to the new additions: 5 + 3 = 8 Therefore, there are now 8 books on the shelf.\nProblem: A farmer has 10 chickens. He buys 6 more chickens. How many chickens does the farmer have now? Solution: Let's break it down:\n1. The farmer starts with 10 chickens.\n2. He buys 6 more chickens.\n3. To find the total, we add the initial number of chickens to the new ones: 10 + 6 = 16 So, the farmer now has 16 chickens.\nProblem: If there are 3 cars in the parking lot and 2 more cars arrive, how many cars are in the parking lot?"
20+
"query": "If there are 3 cars in the parking lot and 2 more cars arrive, how many cars are in the parking lot?"
2121
},
2222
{
2323
"name": "r/LocalLLaMA",

0 commit comments

Comments
 (0)