soict_train_dataset / README.md
thanhduycao's picture
Upload README.md with huggingface_hub
9f2007f
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: sentence
      dtype: string
    - name: intent
      dtype: string
    - name: sentence_annotation
      dtype: string
    - name: entities
      list:
        - name: type
          dtype: string
        - name: filler
          dtype: string
    - name: file
      dtype: string
    - name: audio
      struct:
        - name: array
          sequence: float64
        - name: path
          dtype: string
        - name: sampling_rate
          dtype: int64
    - name: origin_transcription
      dtype: string
    - name: sentence_norm
      dtype: string
    - name: sentence_norm_v2
      dtype: string
  splits:
    - name: train
      num_bytes: 3484626224
      num_examples: 6729
    - name: test
      num_bytes: 390303091
      num_examples: 748
  download_size: 918877822
  dataset_size: 3874929315

Dataset Card for "soict_train_dataset"

More Information needed