severo HF Staff commited on
Commit
a610c10
·
1 Parent(s): b0eb7d3

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +8 -0
  2. data.json +4 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ size_categories:
3
+ - n<1K
4
+ ---
5
+
6
+ # [doc] formats - json - 2
7
+
8
+ This dataset contains one json file at the root. It's a dictionary of columns, each of which is a list of values.
data.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "kind": ["dog", "cat", "pokemon", "human"],
3
+ "sound": ["woof", "meow", "pika", "hello"]
4
+ }