Update README.md
Browse files
README.md
CHANGED
|
@@ -28,10 +28,42 @@ configs:
|
|
| 28 |
|
| 29 |
# TIMITPhones: TIMIT Phoneme Dataset
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Authors
|
| 32 |
|
| 33 |
- [@IParraMartin](https://github.com/IParraMartin)
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
## References
|
| 37 |
[1] Garofolo, John S., et al. TIMIT Acoustic-Phonetic Continuous Speech Corpus LDC93S1. Web
|
|
|
|
| 28 |
|
| 29 |
# TIMITPhones: TIMIT Phoneme Dataset
|
| 30 |
|
| 31 |
+
This corpus is a phoneme‑level derivative of the original TIMIT Acoustic‑Phonetic Continuous Speech Corpus.
|
| 32 |
+
Each entry pairs a 1‑second waveform excerpt with a single phoneme label taken from the 61‑phone TIMIT inventory
|
| 33 |
+
(the mapping to 39‑phone and broad‑class sets is also provided).
|
| 34 |
+
|
| 35 |
+
This version is designed for quick prototyping of phoneme classifiers or probing acoustic representations.
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
## Supported Tasks and Leaderboards
|
| 39 |
+
- Automatic Speech Recognition (phoneme classification)
|
| 40 |
+
- Representation Probing (e.g. evaluate SSL acoustic models)
|
| 41 |
+
|
| 42 |
+
## Languages
|
| 43 |
+
- American English (predominantly GenAm, multiple dialects represented).
|
| 44 |
+
|
| 45 |
+
## Source Data
|
| 46 |
+
The source material is the licensed TIMIT corpus (LDC93S1). Waveforms were segmented to align with individual
|
| 47 |
+
phone boundaries using the provided ```.PHN``` time‑marks.
|
| 48 |
+
|
| 49 |
+
## Annotations
|
| 50 |
+
Phoneme boundaries originate from the manual TIMIT annotations. No additional human annotation was performed.
|
| 51 |
+
|
| 52 |
## Authors
|
| 53 |
|
| 54 |
- [@IParraMartin](https://github.com/IParraMartin)
|
| 55 |
|
| 56 |
+
## Citation
|
| 57 |
+
```
|
| 58 |
+
@misc{parra2025timitphones,
|
| 59 |
+
title = {TIMIT Phones (Trimmed): A Phoneme‑level Corpus for Speech Representation Probing},
|
| 60 |
+
author = {Parra, Iñigo},
|
| 61 |
+
year = 2025,
|
| 62 |
+
url = {https://huggingface.co/datasets/<YOUR_USERNAME>/<REPO_NAME>},
|
| 63 |
+
note = {Version 1.0.0}
|
| 64 |
+
}
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
|
| 68 |
## References
|
| 69 |
[1] Garofolo, John S., et al. TIMIT Acoustic-Phonetic Continuous Speech Corpus LDC93S1. Web
|