tmp-qe / README.md
nguyenvulebinh's picture
Update dataset card
f658979 verified
|
Raw
History Blame Contribute Delete
3.41 kB
metadata
configs:
  - config_name: gigaspeech2_vi
    default: true
    data_files:
      - split: train
        path: gigaspeech2_vi/train-*
      - split: test
        path: gigaspeech2_vi/test-*
  - config_name: peoples_speech
    data_files:
      - split: train
        path: peoples_speech/train-*
      - split: test
        path: peoples_speech/test-*
  - config_name: vivoice
    data_files:
      - split: train
        path: vivoice/train-*
      - split: test
        path: vivoice/test-*
dataset_info:
  - config_name: gigaspeech2_vi
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
            decode: true
      - name: text
        dtype: string
      - name: language
        dtype: string
      - name: duration
        dtype: float32
      - name: words
        list:
          - name: word
            dtype: string
          - name: start
            dtype: float32
          - name: end
            dtype: float32
          - name: score
            dtype: float32
      - name: spans
        list:
          - name: span
            dtype: string
          - name: tokens
            sequence: int32
          - name: role
            dtype: string
          - name: entity_type
            dtype: string
          - name: content_word
            dtype: bool
          - name: critical
            dtype: bool
          - name: semantic_reason
            dtype: string
          - name: impact
            dtype: string
    splits:
      - name: train
        num_examples: 10
      - name: test
        num_examples: 5
  - config_name: peoples_speech
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
            decode: true
      - name: text
        dtype: string
      - name: language
        dtype: string
      - name: duration
        dtype: float32
      - name: words
        list:
          - name: word
            dtype: string
          - name: start
            dtype: float32
          - name: end
            dtype: float32
          - name: score
            dtype: float32
      - name: spans
        list:
          - name: span
            dtype: string
          - name: tokens
            sequence: int32
          - name: role
            dtype: string
          - name: entity_type
            dtype: string
          - name: content_word
            dtype: bool
          - name: critical
            dtype: bool
          - name: semantic_reason
            dtype: string
          - name: impact
            dtype: string
    splits:
      - name: train
        num_examples: 10
      - name: test
        num_examples: 5
  - config_name: vivoice
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 16000
            decode: true
      - name: text
        dtype: string
      - name: language
        dtype: string
      - name: duration
        dtype: float32
      - name: words
        list:
          - name: word
            dtype: string
          - name: start
            dtype: float32
          - name: end
            dtype: float32
          - name: score
            dtype: float32
      - name: spans
        list:
          - name: span
            dtype: string
          - name: tokens
            sequence: int32
          - name: role
            dtype: string
          - name: entity_type
            dtype: string
          - name: content_word
            dtype: bool
          - name: critical
            dtype: bool
          - name: semantic_reason
            dtype: string
          - name: impact
            dtype: string
    splits:
      - name: train
        num_examples: 10
      - name: test
        num_examples: 5