File size: 1,179 Bytes
d9100d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
          '2': '2'
          '3': '3'
          '4': '4'
          '5': '5'
          '6': '6'
          '7': '7'
          '8': '8'
          '9': '9'
          '10': a
          '11': b
          '12': c
          '13': d
          '14': e
          '15': f
          '16': g
          '17': h
          '18': i
          '19': j
          '20': k
          '21': l
          '22': m
          '23': n
          '24': o
          '25': p
          '26': q
          '27': r
          '28': s
          '29': t
          '30': u
          '31': v
          '32': w
          '33': x
          '34': y
          '35': z
  splits:
  - name: train
    num_bytes: 32524532.475
    num_examples: 2515
  download_size: 29604139
  dataset_size: 32524532.475
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "sign_language_dataset"

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