severo HF Staff commited on
Commit
efa44bf
·
1 Parent(s): 0fed01f

Upload 2 files

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