RS-test / README.md
Yehor's picture
Create README.md
3669eb8 verified
|
Raw
History Blame Contribute Delete
2.76 kB
metadata
license: cc-by-4.0
language:
  - uk
task_categories:
  - automatic-speech-recognition
  - audio-classification
tags:
  - audio
  - speech
  - automatic-speech-recognition
  - speaker-diarization
  - datasets
pretty_name: LangPipe ASR Dataset
size_categories:
  - n<1K
configs:
  - config_name: default
    data_files:
      - split: train
        path: train-*.parquet
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: transcription
      dtype: string
    - name: transcription_original
      dtype: string
    - name: turns
      list:
        - name: speaker
          dtype: string
        - name: speaker_index
          dtype: int32
        - name: start
          dtype: float64
        - name: end
          dtype: float64
        - name: text
          dtype: string
    - name: has_pii
      dtype: bool
    - name: num_pii_objects
      dtype: int32
    - name: duration
      dtype: float64
    - name: speech_rms_dbfs
      dtype: float64
    - name: noise_rms_dbfs
      dtype: float64
    - name: snr_db
      dtype: float64
    - name: quality
      dtype: string
    - name: silence_ratio
      dtype: float64
    - name: speech_ratio
      dtype: float64
    - name: fillers
      list:
        - name: label
          dtype: string
        - name: language
          dtype: string
        - name: kind
          dtype: string
        - name: start
          dtype: float64
        - name: end
          dtype: float64
        - name: confidence
          dtype: float64
    - name: filler_count
      dtype: int32
    - name: obscene
      list:
        - name: term
          dtype: string
        - name: matched
          dtype: string
        - name: language
          dtype: string
        - name: start
          dtype: float64
        - name: end
          dtype: float64
        - name: confidence
          dtype: float64
    - name: obscene_count
      dtype: int32
    - name: code_switching
      dtype: bool
    - name: code_switching_type
      dtype: string
    - name: code_switching_confidence
      dtype: float64
    - name: code_switching_primary_language
      dtype: string
    - name: code_switching_secondary_language
      dtype: string
    - name: audio_language
      dtype: string
    - name: text_language
      dtype: string
    - name: speaker
      dtype: string
    - name: speaker_index
      dtype: int32
    - name: speaker_similarity
      dtype: float64
    - name: source_file
      dtype: string
    - name: loudness_lufs
      dtype: float64
    - name: loudness_range_lu
      dtype: float64
    - name: true_peak_dbtp
      dtype: float64
    - name: chunk_start
      dtype: float64
    - name: chunk_end
      dtype: float64