Datasets:
Upload simple-text-data.json
Browse files- simple-text-data.json +10 -0
simple-text-data.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"instruction": "Say hello",
|
| 4 |
+
"response": "Hello!"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"instruction": "What is 2 + 2?",
|
| 8 |
+
"response": "2 + 2 = 4"
|
| 9 |
+
}
|
| 10 |
+
]
|