fjba20 commited on
Commit
70ef672
·
1 Parent(s): b710f8c

Upload 3 files

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +100 -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:5c96c24cabbea3052dfe8d01f06d584f98b8067a3af3402ac6380ca9a044156e
3
+ size 156493184
dataset_info.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "bone-fracture-7fylg",
6
+ "dataset_size": 13285326,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/Francesco/bone-fracture-7fylg@e2d54ecf2ab815773efcdb06ea3bb009d6035dd7/data/train-00000-of-00001-26e4f0e80e263728.parquet": {
10
+ "num_bytes": 9340835,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/Francesco/bone-fracture-7fylg@e2d54ecf2ab815773efcdb06ea3bb009d6035dd7/data/validation-00000-of-00001-647af68e048aed16.parquet": {
14
+ "num_bytes": 1272455,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/Francesco/bone-fracture-7fylg@e2d54ecf2ab815773efcdb06ea3bb009d6035dd7/data/test-00000-of-00001-9fe0a8c08ab79a8b.parquet": {
18
+ "num_bytes": 2481681,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 13094971,
23
+ "features": {
24
+ "image_id": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "image": {
29
+ "_type": "Image"
30
+ },
31
+ "width": {
32
+ "dtype": "int32",
33
+ "_type": "Value"
34
+ },
35
+ "height": {
36
+ "dtype": "int32",
37
+ "_type": "Value"
38
+ },
39
+ "objects": {
40
+ "feature": {
41
+ "id": {
42
+ "dtype": "int64",
43
+ "_type": "Value"
44
+ },
45
+ "area": {
46
+ "dtype": "int64",
47
+ "_type": "Value"
48
+ },
49
+ "bbox": {
50
+ "feature": {
51
+ "dtype": "float32",
52
+ "_type": "Value"
53
+ },
54
+ "length": 4,
55
+ "_type": "Sequence"
56
+ },
57
+ "category": {
58
+ "names": [
59
+ "bone-fracture",
60
+ "angle",
61
+ "fracture",
62
+ "line",
63
+ "messed_up_angle"
64
+ ],
65
+ "_type": "ClassLabel"
66
+ }
67
+ },
68
+ "_type": "Sequence"
69
+ }
70
+ },
71
+ "homepage": "",
72
+ "license": "",
73
+ "size_in_bytes": 26380297,
74
+ "splits": {
75
+ "train": {
76
+ "name": "train",
77
+ "num_bytes": 9469916,
78
+ "num_examples": 326,
79
+ "dataset_name": "bone-fracture-7fylg"
80
+ },
81
+ "validation": {
82
+ "name": "validation",
83
+ "num_bytes": 1280688,
84
+ "num_examples": 44,
85
+ "dataset_name": "bone-fracture-7fylg"
86
+ },
87
+ "test": {
88
+ "name": "test",
89
+ "num_bytes": 2534722,
90
+ "num_examples": 88,
91
+ "dataset_name": "bone-fracture-7fylg"
92
+ }
93
+ },
94
+ "version": {
95
+ "version_str": "0.0.0",
96
+ "major": 0,
97
+ "minor": 0,
98
+ "patch": 0
99
+ }
100
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "796cce8dcf411f72",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }