Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: label
|
5 |
+
dtype:
|
6 |
+
class_label:
|
7 |
+
names:
|
8 |
+
0: Door
|
9 |
+
1: Eaves
|
10 |
+
2: Gutter
|
11 |
+
3: Vegetation
|
12 |
+
4: Vent
|
13 |
+
5: Window
|
14 |
+
- name: pixel_values
|
15 |
+
dtype: image
|
16 |
+
splits:
|
17 |
+
- name: test
|
18 |
+
num_bytes: 9476052.0
|
19 |
+
num_examples: 151
|
20 |
+
- name: train
|
21 |
+
num_bytes: 82422534.7
|
22 |
+
num_examples: 1315
|
23 |
+
download_size: 91894615
|
24 |
+
dataset_size: 91898586.7
|
25 |
+
---
|
26 |
+
# Dataset Card for "multi-label-classification-test"
|
27 |
+
|
28 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|