johnowhitaker
commited on
Commit
·
e15f2bf
1
Parent(s):
edb6a9f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
0: '0'
|
11 |
+
1: '1'
|
12 |
+
2: '2'
|
13 |
+
3: '3'
|
14 |
+
4: '4'
|
15 |
+
5: '5'
|
16 |
+
6: '6'
|
17 |
+
7: '7'
|
18 |
+
8: '8'
|
19 |
+
9: '9'
|
20 |
+
10: a
|
21 |
+
11: b
|
22 |
+
12: c
|
23 |
+
13: d
|
24 |
+
14: e
|
25 |
+
15: f
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_bytes: -5033726665.536212
|
29 |
+
num_examples: 6312
|
30 |
+
- name: train
|
31 |
+
num_bytes: -94551870824.9868
|
32 |
+
num_examples: 119915
|
33 |
+
download_size: 2512548233
|
34 |
+
dataset_size: -99585597490.52301
|
35 |
+
---
|
36 |
+
# Dataset Card for "lsun_church_train"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|