Kennedy wambugu commited on
Commit
f030d28
1 Parent(s): 4511577

Push parquet data to huggingface

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +55 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac6eccc7148651eb3cac87d7ef43585b83000528764a877960052b17e068114
3
+ size 3388224
dataset_info.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "image_id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "image": {
10
+ "dtype": "binary",
11
+ "_type": "Value"
12
+ },
13
+ "width": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "height": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ },
21
+ "objects": {
22
+ "id": {
23
+ "feature": {
24
+ "dtype": "int64",
25
+ "_type": "Value"
26
+ },
27
+ "_type": "Sequence"
28
+ },
29
+ "area": {
30
+ "feature": {
31
+ "dtype": "float32",
32
+ "_type": "Value"
33
+ },
34
+ "_type": "Sequence"
35
+ },
36
+ "bbox": {
37
+ "shape": [
38
+ null,
39
+ 4
40
+ ],
41
+ "dtype": "float32",
42
+ "_type": "Array2D"
43
+ },
44
+ "category": {
45
+ "feature": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "_type": "Sequence"
50
+ }
51
+ }
52
+ },
53
+ "homepage": "",
54
+ "license": ""
55
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e139b3a44841018e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }