brownag commited on
Commit
9a888cb
·
verified ·
1 Parent(s): 1f2ad71

Upload test_data.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ ]