Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: image
|
12 |
+
dtype: image
|
13 |
+
- name: label
|
14 |
+
dtype:
|
15 |
+
class_label:
|
16 |
+
names:
|
17 |
+
'0': A
|
18 |
+
'1': B
|
19 |
+
'2': C
|
20 |
+
'3': D
|
21 |
+
'4': E
|
22 |
+
'5': F
|
23 |
+
'6': G
|
24 |
+
'7': H
|
25 |
+
'8': I
|
26 |
+
'9': J
|
27 |
+
'10': K
|
28 |
+
'11': L
|
29 |
+
'12': M
|
30 |
+
'13': N
|
31 |
+
'14': O
|
32 |
+
'15': P
|
33 |
+
'16': Q
|
34 |
+
'17': R
|
35 |
+
'18': S
|
36 |
+
'19': T
|
37 |
+
'20': U
|
38 |
+
'21': V
|
39 |
+
'22': W
|
40 |
+
'23': X
|
41 |
+
'24': Y
|
42 |
+
'25': Z
|
43 |
+
splits:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 19265862.93533333
|
46 |
+
num_examples: 1468
|
47 |
+
- name: test
|
48 |
+
num_bytes: 3392183.4166666665
|
49 |
+
num_examples: 260
|
50 |
+
download_size: 22665194
|
51 |
+
dataset_size: 22658046.351999998
|
52 |
+
---
|
53 |
+
# Dataset Card for "ASL_Isolated_Swin_dataset"
|
54 |
+
|
55 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|