Upload dataset.json with huggingface_hub
Browse files- dataset.json +11 -0
dataset.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"text": "Example text 1"
|
| 4 |
+
},
|
| 5 |
+
{
|
| 6 |
+
"text": "Example text 2"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"text": "Example text 3"
|
| 10 |
+
}
|
| 11 |
+
]
|