instruction stringclasses 5
values | output stringclasses 5
values |
|---|---|
Turn on the device. | The device powers on successfully. |
Check the system status. | The system is operational and running normally. |
Restart the application. | The application restarts without errors. |
Save the current configuration. | The configuration is saved successfully. |
Shut down the system safely. | The system shuts down safely without data loss. |
Basic AI Instructions Dataset
Basic AI Instructions Dataset
This dataset contains simple instruction鈥搊utput pairs designed for training and testing instruction-following AI models.
Dataset Structure
Each entry includes:
- instruction: A short command or request
- output: The expected response or action description
Example
{
"instruction": "Restart the application.",
"output": "The application restarts without errors."
}
- Downloads last month
- 9