thanhduycao's picture
Upload README.md with huggingface_hub
fe0041b
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
    - name: w2v2_large_transcription
      dtype: string
    - name: wer
      dtype: float64
  splits:
    - name: train
      num_bytes: 3205296038.433596
      num_examples: 6184
    - name: test
      num_bytes: 566006350.9006286
      num_examples: 1092
  download_size: 902006355
  dataset_size: 3771302389.3342247

Dataset Card for "soict_train_dataset_filter"

More Information needed