--- pretty_name: Bobi Wine Luganda Speech language: - lg license: unknown task_categories: - text-to-speech tags: - luganda - uganda - speech - tts size_categories: - 1K=2 { gsub(/^[ \t]+|[ \t]+$/, "", $1); print "wavs/" $1 ".wav|" $2 }' chops/metadata.csv > metadata.csv ``` Note: Ensure that transcriptions are Luganda and match the audio content. ## Upload to Hugging Face Hub ```bash curl -LsSf https://hf.co/cli/install.sh | bash hf auth login cd /Users/jovan/dev/ai_slop/dataset/bobiwine # Ensure large audio files are tracked with LFS via .gitattributes # Option A: Use the HF CLI upload (simple) hf upload unreal/bobiwine . --repo-type=dataset # Option B: Git-based workflow # git init && git remote add origin https://huggingface.co/datasets/unreal/bobiwine # git add . # git commit -m "Add Bobi Wine Luganda speech dataset" # git push -u origin main ``` ## Caveats - Licensing for the audio should be reviewed and set appropriately. - Content may contain political speech; review for intended downstream use. ## Citation If you use this dataset, please cite and credit the dataset author and original sources as appropriate.