quocanh34's picture
Upload README.md with huggingface_hub
2416645
|
raw
history blame contribute delete
No virus
761 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: audio
      struct:
        - name: array
          sequence: float64
        - name: path
          dtype: string
        - name: sampling_rate
          dtype: int64
    - name: sentence_norm
      dtype: string
    - name: id
      dtype: string
  splits:
    - name: train
      num_bytes: 4941296103
      num_examples: 9807
    - name: test
      num_bytes: 389967953
      num_examples: 748
  download_size: 1260225691
  dataset_size: 5331264056

Dataset Card for "soict_train_synthesis_dataset_v2"

More Information needed