-
Notifications
You must be signed in to change notification settings - Fork 56
/
example_instructions.jsonl
5 lines (5 loc) · 6.07 KB
/
example_instructions.jsonl
1
2
3
4
5
{"uuid": "8cabba98-e7fa-52f7-a778-ab847f36f123", "instruction": "I have code which is sending data to an outgoing web service using POST request. The data is being stored on a RESTful API. However, I want to store this data locally as well, so that even if the web service goes down, I can still use the data locally. This is a real-time application where the data wont be queued and shall be stored directly.", "gen_input_configs": {"temperature": 1.1, "top_p": 1.0}, "intent": "The user wants to store data locally in addition to sending it to a web service, ensuring data availability even if the web service goes down.", "knowledge": "To solve this problem, the models need to know about data storage, web services, and real-time data processing.", "difficulty": "medium", "input_quality": "good", "quality_explanation": "The user query is clear and specific about the problem they are trying to solve, which is storing data locally in addition to sending it to a web service. The query also provides some context about the application being real-time and not queuing data. However, the query could be improved by providing more details about the specific issues they are experiencing with their current implementation, such as errors or performance issues. Additionally, the query could benefit from more specific information about the data being sent and the local storage requirements.", "task_category": "Coding & Debugging", "input_length": 344}
{"uuid": "d668c3c7-b846-5a56-a45a-057df0cdf61d", "instruction": "I need assistance in scripting MSI ACLs (Access Control Lists) for a specific Windows Server application using PowerShell.", "gen_input_configs": {"temperature": 1.2, "top_p": 0.99}, "intent": "The user wants to script MSI ACLs (Access Control Lists) for a specific Windows Server application using PowerShell.", "knowledge": "To solve this problem, the models need to know PowerShell scripting, Windows Server ACLs, and MSI (Microsoft Installer) configuration.", "difficulty": "medium", "input_quality": "good", "quality_explanation": "The query is clear and specific about the topic (MSI ACLs for a Windows Server application using PowerShell), but it lacks context about the specific requirements or issues the user is facing. The query is well-structured and easy to understand, but it does not provide enough information for a comprehensive response.", "task_category": "Coding & Debugging", "input_length": 122}
{"uuid": "df1d3e99-99a6-5292-955e-4392d6e6d81e", "instruction": "I am a developer and I have a custom app that is doing some complex data processing. You are a simulator for this application. I want to test how my application behaves in different scenarios. I can pass parameters to the app through a command line argument. I can also print output to the console or write to a file.", "gen_input_configs": {"temperature": 1.0, "top_p": 0.995}, "intent": "The user wants to test their custom application in different scenarios and simulate its behavior by passing parameters through command line arguments and printing output to the console or writing to a file.", "knowledge": "To solve this problem, the models need to know about command line arguments, console output, and file writing, as well as the syntax and functionality of the custom application.", "difficulty": "medium", "input_quality": "good", "quality_explanation": "The user query is clear and specific about the context of the application and the desired functionality. The user provides relevant details about the app, such as the ability to pass parameters through command-line arguments and print output to the console or file. However, the query could be improved by providing more specific information about the scenarios they want to test and the expected output.", "task_category": "Coding & Debugging", "input_length": 317}
{"uuid": "8c617c92-de2e-536a-a347-9b92b353c760", "instruction": "I want to build a dashboard that shows a graph of the current price of a stock. I want to real-time data to be updated automatically. I will be using Python as the backend and dash library as the frontend to create the dashboard. To get the real-time data, I will be using the Alpha Vantage API.", "gen_input_configs": {"temperature": 1.0, "top_p": 0.99}, "intent": "The user wants to build a real-time dashboard to display the current price of a stock using Python and the Dash library, with real-time data updated automatically using the Alpha Vantage API.", "knowledge": "To solve this problem, the models need to know Python programming, Dash library, Alpha Vantage API, and basic data visualization concepts.", "difficulty": "medium", "input_quality": "good", "quality_explanation": "The user query is clear and specific about the requirements for building a dashboard, including the use of Python, Dash library, and Alpha Vantage API. The query also mentions the need for real-time data updates. However, it could be improved by providing more context about the type of graph and the specific stock(s) to be tracked. Additionally, the query assumes that the user has prior knowledge of the Dash library and Alpha Vantage API, which may not be the case for all users.", "task_category": "Coding & Debugging", "input_length": 295}
{"uuid": "9dd10bcf-5fa8-53a6-b520-a96234989e23", "instruction": "I'm running an affiliate marketing campaign and I am exporting an affiliate network's API data to a custom dashboard using SQL and Python.", "gen_input_configs": {"temperature": 1.1, "top_p": 1.0}, "intent": "The user wants to analyze and visualize affiliate marketing campaign data using SQL and Python", "knowledge": "To solve this problem, the models need to know SQL, Python, and affiliate marketing concepts", "difficulty": "medium", "input_quality": "good", "quality_explanation": "The query is clear and specific about the context of the affiliate marketing campaign and the technical details of exporting data from an affiliate network's API to a custom dashboard using SQL and Python. The query lacks some context about the specific issues or problems the user is facing, but it provides a good foundation for understanding the user's intent.", "task_category": "Coding & Debugging", "input_length": 138}