File size: 1,103 Bytes
e6cb764
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': A
          '1': B
          '2': C
          '3': D
          '4': E
          '5': F
          '6': G
          '7': H
          '8': I
          '9': J
          '10': K
          '11': L
          '12': M
          '13': N
          '14': O
          '15': P
          '16': Q
          '17': R
          '18': S
          '19': T
          '20': U
          '21': V
          '22': W
          '23': X
          '24': Y
          '25': Z
  splits:
  - name: train
    num_bytes: 19265862.93533333
    num_examples: 1468
  - name: test
    num_bytes: 3392183.4166666665
    num_examples: 260
  download_size: 22665194
  dataset_size: 22658046.351999998
---
# Dataset Card for "ASL_Isolated_Swin_dataset"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)