davanstrien HF Staff commited on
Commit
541f41e
·
verified ·
1 Parent(s): d6d7882

convert to Parquet format

Browse files
README.md CHANGED
@@ -22,6 +22,41 @@ task_categories:
22
  - image-classification
23
  task_ids:
24
  - multi-class-image-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Gold standards and outputs
 
22
  - image-classification
23
  task_ids:
24
  - multi-class-image-classification
25
+ dataset_info:
26
+ features:
27
+ - name: image
28
+ dtype: image
29
+ - name: label
30
+ dtype:
31
+ class_label:
32
+ names:
33
+ '0': no building or railspace
34
+ '1': railspace
35
+ '2': building
36
+ '3': railspace and non railspace building
37
+ - name: map_sheet
38
+ dtype: string
39
+ splits:
40
+ - name: train
41
+ num_bytes: 957911433.448
42
+ num_examples: 37212
43
+ - name: validation
44
+ num_bytes: 316304264.708
45
+ num_examples: 12404
46
+ - name: test
47
+ num_bytes: 323743388.376
48
+ num_examples: 12404
49
+ download_size: 1601405604
50
+ dataset_size: 1597959086.5319998
51
+ configs:
52
+ - config_name: default
53
+ data_files:
54
+ - split: train
55
+ path: data/train-*
56
+ - split: validation
57
+ path: data/validation-*
58
+ - split: test
59
+ path: data/test-*
60
  ---
61
 
62
  # Gold standards and outputs
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf777e21c260607a2ef769e24059b18978b12b653401653a52064c32e29312e
3
+ size 320633193
data/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002a83060bef46584d738c0412f889090c824bcd4d6053a4e91fcb84cc97a044
3
+ size 478052733
data/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88493dcceaaabd9c8bf0d7bec983aa95216df564d2fcecaf1cf08f01fc7f63c7
3
+ size 480373729
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b63f6996ad9b75dda95915c4dde1f8aa7125424686fbdebf2622df6b8ee92c3f
3
+ size 322345949