your-dataset-name / README.md
idaracecilia's picture
Upload dataset
963c18c verified
|
raw
history blame
815 Bytes
metadata
dataset_info:
  features:
    - name: filename
      dtype: string
    - name: nativeLanguage
      dtype: string
    - name: fluentLanguage
      dtype: string
    - name: speakerID
      dtype: int64
    - name: gender
      dtype: string
    - name: sentenceID
      dtype: string
    - name: sentence
      dtype: string
    - name: duration
      dtype: float64
    - name: audio
      dtype: audio
  splits:
    - name: train
      num_bytes: 3664063.25
      num_examples: 9
    - name: test
      num_bytes: 650857.8333333334
      num_examples: 2
    - name: validation
      num_bytes: 601189.9166666666
      num_examples: 1
  download_size: 4866542
  dataset_size: 4916111
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*