Rounak28's picture
Update README.md
ef98fb6
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: sentence
      dtype: string
    - name: input_features
      sequence:
        sequence: float32
    - name: labels
      sequence: int64
  splits:
    - name: train
      num_bytes: 27082860963
      num_examples: 28166
    - name: valid
      num_bytes: 1366910844
      num_examples: 1422
  download_size: 5423155032
  dataset_size: 28449771807

Dataset Card for "valid-split-bengaliAI-whisper-medium"

valid datas of bengaliAI ( which are marked as valid in train.csv )

part - train -> the datas which are already in commmon-voice ( so whisper is already trained on that data )

part - valid -> the datas not available in common-voice

More Information needed