Commit ·
e862f01
1
Parent(s): b86575d
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: label
|
| 7 |
+
dtype:
|
| 8 |
+
class_label:
|
| 9 |
+
names:
|
| 10 |
+
0: no building or railspace
|
| 11 |
+
1: railspace
|
| 12 |
+
2: building
|
| 13 |
+
3: railspace and non railspace building
|
| 14 |
+
- name: map_sheet
|
| 15 |
+
dtype: string
|
| 16 |
+
splits:
|
| 17 |
+
- name: test
|
| 18 |
+
num_bytes: 323743326.376
|
| 19 |
+
num_examples: 12404
|
| 20 |
+
- name: train
|
| 21 |
+
num_bytes: 957911247.448
|
| 22 |
+
num_examples: 37212
|
| 23 |
+
- name: validation
|
| 24 |
+
num_bytes: 316304202.708
|
| 25 |
+
num_examples: 12404
|
| 26 |
+
download_size: 1599110547
|
| 27 |
+
dataset_size: 1597958776.5319998
|
| 28 |
+
---
|
| 29 |
+
# Dataset Card for "mapsnlsloaded"
|
| 30 |
+
|
| 31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|