maths_function_calls / function_call.jsonl
rohanbalkondekar's picture
Upload function_call.jsonl
72ba670
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}
{"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```"}