Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: image
|
14 |
+
dtype: image
|
15 |
+
- name: label
|
16 |
+
dtype:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': Patacon-False
|
20 |
+
'1': Patacon-True
|
21 |
+
- name: pca
|
22 |
+
sequence:
|
23 |
+
sequence: float64
|
24 |
+
- name: index
|
25 |
+
dtype: int64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 2907513752.0
|
29 |
+
num_examples: 874
|
30 |
+
- name: validation
|
31 |
+
num_bytes: 476973727.0
|
32 |
+
num_examples: 143
|
33 |
+
- name: test
|
34 |
+
num_bytes: 1471669138.0
|
35 |
+
num_examples: 442
|
36 |
+
download_size: 3108353305
|
37 |
+
dataset_size: 4856156617.0
|
38 |
+
---
|
39 |
+
# Dataset Card for "patacon-730-redux3d"
|
40 |
+
|
41 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|