rohanbalkondekar
commited on
Commit
•
72ba670
1
Parent(s):
9779038
Upload function_call.jsonl
Browse files- function_call.jsonl +101 -0
function_call.jsonl
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"instruction": "Reply with JSON for the following question: I want to do a total of 8945 and 1352", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"8945\",\n \"parameter_2\": \"1352\"\n}\n```"}
|
2 |
+
{"instruction": "Reply with JSON for the following question: I want to do differnce of 325 and 694", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"substract\",\n \"parameter_1\": \"8945\",\n \"parameter_2\": \"1352\"\n}\n```"}
|
3 |
+
{"instruction": "Reply with JSON for the following question: what is 85/4 ?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"85\",\n \"parameter_2\": \"4\"\n}\n```"}
|
4 |
+
{"instruction": "Reply with JSON for the following question: how much is 69 times 7", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"69\",\n \"parameter_2\": \"7\"\n}\n```"}
|
5 |
+
{"instruction": "Reply with JSON for the following question: what is the square root of 81", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"81\"\n}\n```"}
|
6 |
+
{"instruction": "Reply with JSON for the following question: what it cube root of 8?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"8\"\n}\n```"}
|
7 |
+
{"instruction": "Reply with JSON for the following question: value of sin(30)", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"30\"\n}\n```"}
|
8 |
+
{"instruction": "Reply with JSON for the following question: What is 345 plus 987?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"345\",\n \"parameter_2\": \"987\"\n}\n```"}
|
9 |
+
{"instruction": "Reply with JSON for the following question: Subtract 453 from 789", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"subtract\",\n \"parameter_1\": \"789\",\n \"parameter_2\": \"453\"\n}\n```"}
|
10 |
+
{"instruction": "Reply with JSON for the following question: Divide 678 by 34", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"678\",\n \"parameter_2\": \"34\"\n}\n```"}
|
11 |
+
{"instruction": "Reply with JSON for the following question: Multiply 44 and 55", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"44\",\n \"parameter_2\": \"55\"\n}\n```"}
|
12 |
+
{"instruction": "Reply with JSON for the following question: What is the square root of 196?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"196\"\n}\n```"}
|
13 |
+
{"instruction": "Reply with JSON for the following question: Find the cube root of 512", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"512\"\n}\n```"}
|
14 |
+
{"instruction": "Reply with JSON for the following question: Calculate sin(45 degrees)", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"45\"\n}\n```"}
|
15 |
+
{"instruction": "Reply with JSON for the following question: What is cosine of 60 degrees?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"60\"\n}\n```"}
|
16 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 30 degrees is?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"30\"\n}\n```"}
|
17 |
+
{"instruction": "Reply with JSON for the following question: Calculate log base 2 of 32", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"log_base_2\",\n \"parameter_1\": \"32\"\n}\n```"}
|
18 |
+
{"instruction": "Reply with JSON for the following question: Natural log of 7.389", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"ln\",\n \"parameter_1\": \"7.389\"\n}\n```"}
|
19 |
+
{"instruction": "Reply with JSON for the following question: What is 2 raised to the 5th power?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"2\",\n \"parameter_2\": \"5\"\n}\n```"}
|
20 |
+
{"instruction": "Reply with JSON for the following question: 4 to the power 3", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"4\",\n \"parameter_2\": \"3\"\n}\n```"}
|
21 |
+
{"instruction": "Reply with JSON for the following question: Square root of 144", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"144\"\n}\n```"}
|
22 |
+
{"instruction": "Reply with JSON for the following question: Cube root of 1000", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"1000\"\n}\n```"}
|
23 |
+
{"instruction": "Reply with JSON for the following question: Sine of 60 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"60\"\n}\n```"}
|
24 |
+
{"instruction": "Reply with JSON for the following question: Cosine of 45 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"45\"\n}\n```"}
|
25 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 15 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"15\"\n}\n```"}
|
26 |
+
{"instruction": "Reply with JSON for the following question: 5 plus 7", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"5\",\n \"parameter_2\": \"7\"\n}\n```"}
|
27 |
+
{"instruction": "Reply with JSON for the following question: 8 times 6", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"8\",\n \"parameter_2\": \"6\"\n}\n```"}
|
28 |
+
{"instruction": "Reply with JSON for the following question: log base 2 of 64", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"log_base_2\",\n \"parameter_1\": \"64\"\n}\n```"}
|
29 |
+
{"instruction": "Reply with JSON for the following question: Add 345 and 987", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"345\",\n \"parameter_2\": \"987\"\n}\n```"}
|
30 |
+
{"instruction": "Reply with JSON for the following question: What is 5 cubed?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"5\",\n \"parameter_2\": \"3\"\n}\n```"}
|
31 |
+
{"instruction": "Reply with JSON for the following question: 2 to the 7th power", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"2\",\n \"parameter_2\": \"7\"\n}\n```"}
|
32 |
+
{"instruction": "Reply with JSON for the following question: Square root of 25", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"25\"\n}\n```"}
|
33 |
+
{"instruction": "Reply with JSON for the following question: Cube root of 64", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"64\"\n}\n```"}
|
34 |
+
{"instruction": "Reply with JSON for the following question: Sine of 30 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"30\"\n}\n```"}
|
35 |
+
{"instruction": "Reply with JSON for the following question: Cosine of 120 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"120\"\n}\n```"}
|
36 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 45 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"45\"\n}\n```"}
|
37 |
+
{"instruction": "Reply with JSON for the following question: What is 12 plus 45?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"12\",\n \"parameter_2\": \"45\"\n}\n```"}
|
38 |
+
{"instruction": "Reply with JSON for the following question: Subtract 89 from 134", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"subtract\",\n \"parameter_1\": \"134\",\n \"parameter_2\": \"89\"\n}\n```"}
|
39 |
+
{"instruction": "Reply with JSON for the following question: Divide 287 by 13", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"287\",\n \"parameter_2\": \"13\"\n}\n```"}
|
40 |
+
{"instruction": "Reply with JSON for the following question: Multiply 33 and 12", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"33\",\n \"parameter_2\": \"12\"\n}\n```"}
|
41 |
+
{"instruction": "Reply with JSON for the following question: What is the square root of 484?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"484\"\n}\n```"}
|
42 |
+
{"instruction": "Reply with JSON for the following question: Find the cube root of 512", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"512\"\n}\n```"}
|
43 |
+
{"instruction": "Reply with JSON for the following question: Calculate sine of 30 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"30\"\n}\n```"}
|
44 |
+
{"instruction": "Reply with JSON for the following question: What is cosine of 75 degrees?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"75\"\n}\n```"}
|
45 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 60 degrees is?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"60\"\n}\n```"}
|
46 |
+
{"instruction": "Reply with JSON for the following question: Calculate log base 3 of 81", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"log_base_3\",\n \"parameter_1\": \"81\"\n}\n```"}
|
47 |
+
{"instruction": "Reply with JSON for the following question: Natural log of 12.45", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"ln\",\n \"parameter_1\": \"12.45\"\n}\n```"}
|
48 |
+
{"instruction": "Reply with JSON for the following question: What is 3 raised to the 4th power?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"3\",\n \"parameter_2\": \"4\"\n}\n```"}
|
49 |
+
{"instruction": "Reply with JSON for the following question: 5 to the power 2", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"5\",\n \"parameter_2\": \"2\"\n}\n```"}
|
50 |
+
{"instruction": "Reply with JSON for the following question: Square root of 576", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"576\"\n}\n```"}
|
51 |
+
{"instruction": "Reply with JSON for the following question: Cube root of 512", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"512\"\n}\n```"}
|
52 |
+
{"instruction": "Reply with JSON for the following question: Sine of 45 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"45\"\n}\n```"}
|
53 |
+
{"instruction": "Reply with JSON for the following question: Cosine of 30 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"30\"\n}\n```"}
|
54 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 75 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"75\"\n}\n```"}
|
55 |
+
{"instruction": "Reply with JSON for the following question: Add 12 and 45", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"12\",\n \"parameter_2\": \"45\"\n}\n```"}
|
56 |
+
{"instruction": "Reply with JSON for the following question: Subtract 67 from 189", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"subtract\",\n \"parameter_1\": \"189\",\n \"parameter_2\": \"67\"\n}\n```"}
|
57 |
+
{"instruction": "Reply with JSON for the following question: Divide 546 by 18", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"546\",\n \"parameter_2\": \"18\"\n}\n```"}
|
58 |
+
{"instruction": "Reply with JSON for the following question: Multiply 22 and 11", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"22\",\n \"parameter_2\": \"11\"\n}\n```"}
|
59 |
+
{"instruction": "Reply with JSON for the following question: how much is 16/7", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"546\",\n \"parameter_2\": \"18\"\n}\n```"}
|
60 |
+
{"instruction": "Reply with JSON for the following question: what is the value of 22/4", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"546\",\n \"parameter_2\": \"18\"\n}\n```"}
|
61 |
+
{"instruction": "Reply with JSON for the following question: Square root of 225", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"225\"\n}\n```"}
|
62 |
+
{"instruction": "Reply with JSON for the following question: Cube root of 343", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"343\"\n}\n```"}
|
63 |
+
{"instruction": "Reply with JSON for the following question: Sine of 15 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"15\"\n}\n```"}
|
64 |
+
{"instruction": "Reply with JSON for the following question: Cosine of 105 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"105\"\n}\n```"}
|
65 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 60 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"60\"\n}\n```"}
|
66 |
+
{"instruction": "Reply with JSON for the following question: What is the sum of 279 and 482?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"279\",\n \"parameter_2\": \"482\"\n}\n```"}
|
67 |
+
{"instruction": "Reply with JSON for the following question: Find the difference between 834 and 417", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"subtract\",\n \"parameter_1\": \"834\",\n \"parameter_2\": \"417\"\n}\n```"}
|
68 |
+
{"instruction": "Reply with JSON for the following question: Divide 531 by 37", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"531\",\n \"parameter_2\": \"37\"\n}\n```"}
|
69 |
+
{"instruction": "Reply with JSON for the following question: What is the product of 63 and 18?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"63\",\n \"parameter_2\": \"18\"\n}\n```"}
|
70 |
+
{"instruction": "Reply with JSON for the following question: What is the square root of 289?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"289\"\n}\n```"}
|
71 |
+
{"instruction": "Reply with JSON for the following question: Find the cube root of 64", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"64\"\n}\n```"}
|
72 |
+
{"instruction": "Reply with JSON for the following question: Calculate sine of 20 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"20\"\n}\n```"}
|
73 |
+
{"instruction": "Reply with JSON for the following question: Compute cosine of 35 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"35\"\n}\n```"}
|
74 |
+
{"instruction": "Reply with JSON for the following question: Find tangent of 50 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"50\"\n}\n```"}
|
75 |
+
{"instruction": "Reply with JSON for the following question: What is log base 5 of 125?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"log_base_5\",\n \"parameter_1\": \"125\"\n}\n```"}
|
76 |
+
{"instruction": "Reply with JSON for the following question: Natural logarithm of 4.5", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"ln\",\n \"parameter_1\": \"4.5\"\n}\n```"}
|
77 |
+
{"instruction": "Reply with JSON for the following question: Evaluate 2 to the power of 6", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"2\",\n \"parameter_2\": \"6\"\n}\n```"}
|
78 |
+
{"instruction": "Reply with JSON for the following question: What is 7 to the fourth power?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"power\",\n \"parameter_1\": \"7\",\n \"parameter_2\": \"4\"\n}\n```"}
|
79 |
+
{"instruction": "Reply with JSON for the following question: 169 has a square root of what?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"169\"\n}\n```"}
|
80 |
+
{"instruction": "Reply with JSON for the following question: Find the cube root of 512", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"512\"\n}\n```"}
|
81 |
+
{"instruction": "Reply with JSON for the following question: Sine of 10 degrees is?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"10\"\n}\n```"}
|
82 |
+
{"instruction": "Reply with JSON for the following question: What's cosine of 80 degrees?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"80\"\n}\n```"}
|
83 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 70 degrees is what?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"70\"\n}\n```"}
|
84 |
+
{"instruction": "Reply with JSON for the following question: What is 27 plus 52?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"27\",\n \"parameter_2\": \"52\"\n}\n```"}
|
85 |
+
{"instruction": "Reply with JSON for the following question: Take 345 away from 978", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"subtract\",\n \"parameter_1\": \"978\",\n \"parameter_2\": \"345\"\n}\n```"}
|
86 |
+
{"instruction": "Reply with JSON for the following question: Divide 864 by 24", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"864\",\n \"parameter_2\": \"24\"\n}\n```"}
|
87 |
+
{"instruction": "Reply with JSON for the following question: Find the product of 44 and 12", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"44\",\n \"parameter_2\": \"12\"\n}\n```"}
|
88 |
+
{"instruction": "Reply with JSON for the following question: Square root of 625 is?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"625\"\n}\n```"}
|
89 |
+
{"instruction": "Reply with JSON for the following question: Cube root of 512?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"512\"\n}\n```"}
|
90 |
+
{"instruction": "Reply with JSON for the following question: Sine of 65 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"65\"\n}\n```"}
|
91 |
+
{"instruction": "Reply with JSON for the following question: Cosine of 115 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"115\"\n}\n```"}
|
92 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 25 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"25\"\n}\n```"}
|
93 |
+
{"instruction": "Reply with JSON for the following question: What is the sum of 38 and 92?", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"add\",\n \"parameter_1\": \"38\",\n \"parameter_2\": \"92\"\n}\n```"}
|
94 |
+
{"instruction": "Reply with JSON for the following question: Subtract 279 from 561", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"subtract\",\n \"parameter_1\": \"561\",\n \"parameter_2\": \"279\"\n}\n```"}
|
95 |
+
{"instruction": "Reply with JSON for the following question: Divide 693 by 29", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"divide\",\n \"parameter_1\": \"693\",\n \"parameter_2\": \"29\"\n}\n```"}
|
96 |
+
{"instruction": "Reply with JSON for the following question: Multiply 17 and 23", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"multiply\",\n \"parameter_1\": \"17\",\n \"parameter_2\": \"23\"\n}\n```"}
|
97 |
+
{"instruction": "Reply with JSON for the following question: Find the square root of 324", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"square_root\",\n \"parameter_1\": \"324\"\n}\n```"}
|
98 |
+
{"instruction": "Reply with JSON for the following question: Cube root of 512", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cube_root\",\n \"parameter_1\": \"512\"\n}\n```"}
|
99 |
+
{"instruction": "Reply with JSON for the following question: Sine of 40 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"sin\",\n \"parameter_1\": \"40\"\n}\n```"}
|
100 |
+
{"instruction": "Reply with JSON for the following question: Cosine of 100 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"cos\",\n \"parameter_1\": \"100\"\n}\n```"}
|
101 |
+
{"instruction": "Reply with JSON for the following question: Tangent of 85 degrees", "output": "Here is your generated JSON: \n```json\n{\n \"function_name\": \"tan\",\n \"parameter_1\": \"85\"\n}\n```"}
|