vctkmfa / README.md
AdoCleanCode's picture
Upload dataset
4e62efd verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: transcript
      dtype: string
    - name: words
      list:
        - name: word
          dtype: string
        - name: start
          dtype: float64
        - name: end
          dtype: float64
    - name: phonemes
      list:
        - name: phoneme
          dtype: string
        - name: start
          dtype: float64
        - name: end
          dtype: float64
  splits:
    - name: batch_001
      num_bytes: 2177637689
      num_examples: 20000
    - name: batch_002
      num_bytes: 2172206104
      num_examples: 20000
    - name: batch_003
      num_bytes: 462351208.625
      num_examples: 4283
  download_size: 4650614432
  dataset_size: 4812195001.625
configs:
  - config_name: default
    data_files:
      - split: batch_001
        path: data/batch_001-*
      - split: batch_002
        path: data/batch_002-*
      - split: batch_003
        path: data/batch_003-*