0xcubin commited on
Commit
b37384b
·
verified ·
1 Parent(s): 75019f3

Upload simple-text-data.json

Browse files
Files changed (1) hide show
  1. 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
+ ]