Upload test_data.json with huggingface_hub
Browse files- test_data.json +5 -0
test_data.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"id": 1, "name": "test1", "value": 42.5},
|
| 3 |
+
{"id": 2, "name": "test2", "value": 3.14},
|
| 4 |
+
{"id": 3, "name": "test3", "value": 2.71}
|
| 5 |
+
]
|