data.jsonl
Browse files{"instruction":"Summarize a technical article","response":"Read the article carefully, identify key points, and rewrite them concisely."}
{"instruction":"Explain code in simple terms","response":"Break down the logic step by step using plain language."}
{"instruction":"Generate documentation","response":"Describe the purpose, inputs, outputs, and examples of usage."}
{"instruction":"Create a tweet about AI","response":"Write a short, engaging tweet highlighting AI benefits."}
{"instruction":"Translate text to English","response":"Convert the given text into natural English while preserving meaning."}
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# AI Tool Instructions Dataset
|
| 10 |
+
|
| 11 |
+
Instruction–response pairs for training AI assistants and productivity tools.
|