instruction
stringlengths
52
83
output
stringlengths
97
132
Reply with JSON for the following question: I want to do a total of 8945 and 1352
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "8945", "parameter_2": "1352" } ```
Reply with JSON for the following question: I want to do differnce of 325 and 694
Here is your generated JSON: ```json { "function_name": "substract", "parameter_1": "8945", "parameter_2": "1352" } ```
Reply with JSON for the following question: what is 85/4 ?
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "85", "parameter_2": "4" } ```
Reply with JSON for the following question: how much is 69 times 7
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "69", "parameter_2": "7" } ```
Reply with JSON for the following question: what is the square root of 81
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "81" } ```
Reply with JSON for the following question: what it cube root of 8?
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "8" } ```
Reply with JSON for the following question: value of sin(30)
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "30" } ```
Reply with JSON for the following question: What is 345 plus 987?
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "345", "parameter_2": "987" } ```
Reply with JSON for the following question: Subtract 453 from 789
Here is your generated JSON: ```json { "function_name": "subtract", "parameter_1": "789", "parameter_2": "453" } ```
Reply with JSON for the following question: Divide 678 by 34
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "678", "parameter_2": "34" } ```
Reply with JSON for the following question: Multiply 44 and 55
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "44", "parameter_2": "55" } ```
Reply with JSON for the following question: What is the square root of 196?
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "196" } ```
Reply with JSON for the following question: Find the cube root of 512
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "512" } ```
Reply with JSON for the following question: Calculate sin(45 degrees)
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "45" } ```
Reply with JSON for the following question: What is cosine of 60 degrees?
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "60" } ```
Reply with JSON for the following question: Tangent of 30 degrees is?
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "30" } ```
Reply with JSON for the following question: Calculate log base 2 of 32
Here is your generated JSON: ```json { "function_name": "log_base_2", "parameter_1": "32" } ```
Reply with JSON for the following question: Natural log of 7.389
Here is your generated JSON: ```json { "function_name": "ln", "parameter_1": "7.389" } ```
Reply with JSON for the following question: What is 2 raised to the 5th power?
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "2", "parameter_2": "5" } ```
Reply with JSON for the following question: 4 to the power 3
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "4", "parameter_2": "3" } ```
Reply with JSON for the following question: Square root of 144
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "144" } ```
Reply with JSON for the following question: Cube root of 1000
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "1000" } ```
Reply with JSON for the following question: Sine of 60 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "60" } ```
Reply with JSON for the following question: Cosine of 45 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "45" } ```
Reply with JSON for the following question: Tangent of 15 degrees
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "15" } ```
Reply with JSON for the following question: 5 plus 7
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "5", "parameter_2": "7" } ```
Reply with JSON for the following question: 8 times 6
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "8", "parameter_2": "6" } ```
Reply with JSON for the following question: log base 2 of 64
Here is your generated JSON: ```json { "function_name": "log_base_2", "parameter_1": "64" } ```
Reply with JSON for the following question: Add 345 and 987
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "345", "parameter_2": "987" } ```
Reply with JSON for the following question: What is 5 cubed?
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "5", "parameter_2": "3" } ```
Reply with JSON for the following question: 2 to the 7th power
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "2", "parameter_2": "7" } ```
Reply with JSON for the following question: Square root of 25
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "25" } ```
Reply with JSON for the following question: Cube root of 64
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "64" } ```
Reply with JSON for the following question: Sine of 30 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "30" } ```
Reply with JSON for the following question: Cosine of 120 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "120" } ```
Reply with JSON for the following question: Tangent of 45 degrees
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "45" } ```
Reply with JSON for the following question: What is 12 plus 45?
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "12", "parameter_2": "45" } ```
Reply with JSON for the following question: Subtract 89 from 134
Here is your generated JSON: ```json { "function_name": "subtract", "parameter_1": "134", "parameter_2": "89" } ```
Reply with JSON for the following question: Divide 287 by 13
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "287", "parameter_2": "13" } ```
Reply with JSON for the following question: Multiply 33 and 12
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "33", "parameter_2": "12" } ```
Reply with JSON for the following question: What is the square root of 484?
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "484" } ```
Reply with JSON for the following question: Find the cube root of 512
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "512" } ```
Reply with JSON for the following question: Calculate sine of 30 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "30" } ```
Reply with JSON for the following question: What is cosine of 75 degrees?
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "75" } ```
Reply with JSON for the following question: Tangent of 60 degrees is?
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "60" } ```
Reply with JSON for the following question: Calculate log base 3 of 81
Here is your generated JSON: ```json { "function_name": "log_base_3", "parameter_1": "81" } ```
Reply with JSON for the following question: Natural log of 12.45
Here is your generated JSON: ```json { "function_name": "ln", "parameter_1": "12.45" } ```
Reply with JSON for the following question: What is 3 raised to the 4th power?
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "3", "parameter_2": "4" } ```
Reply with JSON for the following question: 5 to the power 2
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "5", "parameter_2": "2" } ```
Reply with JSON for the following question: Square root of 576
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "576" } ```
Reply with JSON for the following question: Cube root of 512
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "512" } ```
Reply with JSON for the following question: Sine of 45 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "45" } ```
Reply with JSON for the following question: Cosine of 30 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "30" } ```
Reply with JSON for the following question: Tangent of 75 degrees
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "75" } ```
Reply with JSON for the following question: Add 12 and 45
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "12", "parameter_2": "45" } ```
Reply with JSON for the following question: Subtract 67 from 189
Here is your generated JSON: ```json { "function_name": "subtract", "parameter_1": "189", "parameter_2": "67" } ```
Reply with JSON for the following question: Divide 546 by 18
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "546", "parameter_2": "18" } ```
Reply with JSON for the following question: Multiply 22 and 11
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "22", "parameter_2": "11" } ```
Reply with JSON for the following question: how much is 16/7
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "546", "parameter_2": "18" } ```
Reply with JSON for the following question: what is the value of 22/4
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "546", "parameter_2": "18" } ```
Reply with JSON for the following question: Square root of 225
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "225" } ```
Reply with JSON for the following question: Cube root of 343
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "343" } ```
Reply with JSON for the following question: Sine of 15 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "15" } ```
Reply with JSON for the following question: Cosine of 105 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "105" } ```
Reply with JSON for the following question: Tangent of 60 degrees
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "60" } ```
Reply with JSON for the following question: What is the sum of 279 and 482?
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "279", "parameter_2": "482" } ```
Reply with JSON for the following question: Find the difference between 834 and 417
Here is your generated JSON: ```json { "function_name": "subtract", "parameter_1": "834", "parameter_2": "417" } ```
Reply with JSON for the following question: Divide 531 by 37
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "531", "parameter_2": "37" } ```
Reply with JSON for the following question: What is the product of 63 and 18?
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "63", "parameter_2": "18" } ```
Reply with JSON for the following question: What is the square root of 289?
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "289" } ```
Reply with JSON for the following question: Find the cube root of 64
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "64" } ```
Reply with JSON for the following question: Calculate sine of 20 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "20" } ```
Reply with JSON for the following question: Compute cosine of 35 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "35" } ```
Reply with JSON for the following question: Find tangent of 50 degrees
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "50" } ```
Reply with JSON for the following question: What is log base 5 of 125?
Here is your generated JSON: ```json { "function_name": "log_base_5", "parameter_1": "125" } ```
Reply with JSON for the following question: Natural logarithm of 4.5
Here is your generated JSON: ```json { "function_name": "ln", "parameter_1": "4.5" } ```
Reply with JSON for the following question: Evaluate 2 to the power of 6
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "2", "parameter_2": "6" } ```
Reply with JSON for the following question: What is 7 to the fourth power?
Here is your generated JSON: ```json { "function_name": "power", "parameter_1": "7", "parameter_2": "4" } ```
Reply with JSON for the following question: 169 has a square root of what?
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "169" } ```
Reply with JSON for the following question: Find the cube root of 512
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "512" } ```
Reply with JSON for the following question: Sine of 10 degrees is?
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "10" } ```
Reply with JSON for the following question: What's cosine of 80 degrees?
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "80" } ```
Reply with JSON for the following question: Tangent of 70 degrees is what?
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "70" } ```
Reply with JSON for the following question: What is 27 plus 52?
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "27", "parameter_2": "52" } ```
Reply with JSON for the following question: Take 345 away from 978
Here is your generated JSON: ```json { "function_name": "subtract", "parameter_1": "978", "parameter_2": "345" } ```
Reply with JSON for the following question: Divide 864 by 24
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "864", "parameter_2": "24" } ```
Reply with JSON for the following question: Find the product of 44 and 12
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "44", "parameter_2": "12" } ```
Reply with JSON for the following question: Square root of 625 is?
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "625" } ```
Reply with JSON for the following question: Cube root of 512?
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "512" } ```
Reply with JSON for the following question: Sine of 65 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "65" } ```
Reply with JSON for the following question: Cosine of 115 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "115" } ```
Reply with JSON for the following question: Tangent of 25 degrees
Here is your generated JSON: ```json { "function_name": "tan", "parameter_1": "25" } ```
Reply with JSON for the following question: What is the sum of 38 and 92?
Here is your generated JSON: ```json { "function_name": "add", "parameter_1": "38", "parameter_2": "92" } ```
Reply with JSON for the following question: Subtract 279 from 561
Here is your generated JSON: ```json { "function_name": "subtract", "parameter_1": "561", "parameter_2": "279" } ```
Reply with JSON for the following question: Divide 693 by 29
Here is your generated JSON: ```json { "function_name": "divide", "parameter_1": "693", "parameter_2": "29" } ```
Reply with JSON for the following question: Multiply 17 and 23
Here is your generated JSON: ```json { "function_name": "multiply", "parameter_1": "17", "parameter_2": "23" } ```
Reply with JSON for the following question: Find the square root of 324
Here is your generated JSON: ```json { "function_name": "square_root", "parameter_1": "324" } ```
Reply with JSON for the following question: Cube root of 512
Here is your generated JSON: ```json { "function_name": "cube_root", "parameter_1": "512" } ```
Reply with JSON for the following question: Sine of 40 degrees
Here is your generated JSON: ```json { "function_name": "sin", "parameter_1": "40" } ```
Reply with JSON for the following question: Cosine of 100 degrees
Here is your generated JSON: ```json { "function_name": "cos", "parameter_1": "100" } ```

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
2
Add dataset card