Upload 2 files
Browse files- README.md +8 -0
- 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"}
|