Commit
·
1f14033
1
Parent(s):
9373daa
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': '000'
|
11 |
+
'1': '001'
|
12 |
+
'2': '002'
|
13 |
+
'3': '003'
|
14 |
+
'4': '004'
|
15 |
+
'5': '005'
|
16 |
+
'6': '006'
|
17 |
+
'7': '007'
|
18 |
+
'8': 008
|
19 |
+
'9': 009
|
20 |
+
'10': '010'
|
21 |
+
'11': '011'
|
22 |
+
'12': '012'
|
23 |
+
'13': '013'
|
24 |
+
'14': '014'
|
25 |
+
'15': '015'
|
26 |
+
'16': '016'
|
27 |
+
'17': '017'
|
28 |
+
'18': 018
|
29 |
+
'19': 019
|
30 |
+
'20': '020'
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 4590546745.68
|
34 |
+
num_examples: 15120
|
35 |
+
download_size: 4114177198
|
36 |
+
dataset_size: 4590546745.68
|
37 |
+
---
|
38 |
+
# Dataset Card for "batch_indexing_machine_230614"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|