lipreading-words / README.md
M-AHARRAM's picture
Upload dataset
6422c5d verified
metadata
dataset_info:
  features:
    - name: person
      dtype: string
    - name: word
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': akala
            '1': bab
            '2': bayt
            '3': darasa
            '4': kataba
            '5': kitab
            '6': madrasa
            '7': qalam
            '8': talib
            '9': usra
    - name: frames
      sequence: image
    - name: id
      dtype: string
  splits:
    - name: train
      num_bytes: 26988942
      num_examples: 299
    - name: validation
      num_bytes: 3603932
      num_examples: 40
    - name: test
      num_bytes: 3452929
      num_examples: 40
  download_size: 33117310
  dataset_size: 34045803
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*