| --- |
| license: unknown |
| language: |
| - zh |
| pretty_name: bible-tw |
| extra_gated_prompt: >- |
| Access requires agreeing to non-commercial research use only. |
| extra_gated_fields: |
| Name: text |
| Affiliation: text |
| Intended use: text |
| I agree to use this dataset only for non-commercial research purposes: checkbox |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-*.parquet |
| dataset_info: |
| features: |
| - name: id |
| dtype: string |
| - name: audio |
| dtype: audio |
| - name: text |
| dtype: string |
| - name: mandarin |
| dtype: string |
| --- |
| |
| # bible-tw |
|
|
| Taiwanese Bible corpus, parallel Mandarin (`mandarin`) / Taiwanese (`text`, same language/script as the audio) text. |
|
|
| ## Dataset Description |
|
|
| - **Use case**: ASR (Automatic Speech Recognition) |
| - **Language**: Taigi |
| - **Source**: Taiwanese Bible corpus |
| - **Audio format**: 16kHz, mono, 16-bit PCM WAV |
| - **Split**: this dataset is `train` only |
|
|
| ## Dataset Structure |
|
|
| - `id`: utterance identifier from the source dataset. |
| - `audio`: audio clip (16kHz, mono, 16-bit PCM WAV). |
| - `text`: text (originally `tw` in the source dataset), unchanged. |
| - `mandarin`: text (originally `zh` in the source dataset), unchanged. |
|
|
| Split is encoded by file path (`data/train-*.parquet`), not a data column, matching the |
| Hugging Face viewer's split selector. |
|
|
| ## Statistics |
|
|
| | **lang_name** | **hours** | **n_utts** | **n_chars_in_utts** | **secs/utt** | **chars/sec** | **n_sents** | **n_chars_in_sents** | |
| | --- | --- | --- | --- | --- | --- | --- | --- | |
| | Taigi | 80.9486 | 31030 | 1063988 | 9.39 | 3.65 | 0 | 0 | |
| |