| --- |
| pretty_name: TalkBank CHILDES Gleason Raw |
| language: |
| - en |
| task_categories: |
| - automatic-speech-recognition |
| - audio-classification |
| size_categories: |
| - 1K<n<10K |
| configs: |
| - config_name: raw |
| data_files: |
| - split: train |
| path: recordings_from_cha.csv |
| --- |
| |
| # TalkBank CHILDES Gleason Raw |
|
|
| This repository mirrors the **Gleason** corpus from TalkBank CHILDES as raw files |
| for reproducible local workflows. |
|
|
| - Source corpus page: https://talkbank.org/childes/access/Eng-NA/Gleason.html |
| - DOI: doi:10.21415/T5101R |
| - HF repo: `MagicLuke/Gleason` |
|
|
| ## Contents |
|
|
| - `transcripts/Gleason/{Mother,Father,Dinner}/*.cha` |
| - `media/{Mother,Father,Dinner}/*.mp3` |
| - `raw/Gleason.zip` |
| - `metadata.json` |
| - `metadata_from_cha.json` |
| - `recordings_from_cha.csv` |
|
|
| ## Data config |
|
|
| The dataset defines one configuration: `raw`. |
|
|
| ```python |
| from datasets import load_dataset |
| ds = load_dataset("MagicLuke/Gleason", "raw") |
| ``` |
|
|
| `raw/train` loads `recordings_from_cha.csv` as a manifest table. Raw media and CHAT |
| transcripts are available in the repository files. |
|
|
| ## Statistics |
|
|
| - Total transcript recordings: 71 |
| - Recordings with local media: 57 |
|
|
| ## Access and usage |
|
|
| This dataset is intended to preserve reproducibility of the source corpus. Users should |
| comply with TalkBank/CHILDES terms, access requirements, and citation policy. |
|
|
| ## Citation |
|
|
| Please cite the source corpus and associated references listed on TalkBank. |
|
|