You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Central Kurdish Speech Dataset

This dataset contains Central Kurdish speech recordings with audio embedded inside Parquet files.

Loading

from datasets import load_dataset

dataset = load_dataset("aranemini/bawajai", split="train")
print(dataset)
print(dataset[0])

Fields

  • audio: embedded audio
  • audio_filename: original audio filename
  • transcription: Kurdish transcription
  • category: validation category
  • speaker_id: anonymous speaker identifier
  • gender: speaker gender or -
  • cer: character error rate
  • downvotes: validation downvotes
  • upvotes: validation upvotes
  • validator: validator identifier
  • source: original source

The validated_at field is intentionally excluded.

Statistics

  • Recordings: 260,571
  • Speakers: 496
  • Parquet files: 261
  • Maximum examples per Parquet: 1,000

Categories

  • manually-validated: 136,285
  • automatically-validated: 108,459
  • automatically-qualified: 15,827

Gender

  • female: 132,403
  • male: 87,105
  • -: 41,063
Downloads last month
4