Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,11 +23,11 @@ Hebrew speech dataset derived from Knesset (Israeli Parliament) plenary sessions
|
|
| 23 |
|
| 24 |
## Dataset Description
|
| 25 |
|
| 26 |
-
Long-form Knesset recordings were split into chunks of **up to 15 seconds**. Each chunk was
|
| 27 |
|
| 28 |
Each sample pairs a WAV audio chunk with:
|
| 29 |
- The original Hebrew text transcript
|
| 30 |
-
- An IPA phoneme transcription extracted from
|
| 31 |
|
| 32 |
### Dataset Stats
|
| 33 |
|
|
@@ -37,7 +37,8 @@ Each sample pairs a WAV audio chunk with:
|
|
| 37 |
| Total samples | 49,433 |
|
| 38 |
| Audio format | WAV |
|
| 39 |
| Max chunk duration | 15 seconds |
|
| 40 |
-
|
|
|
|
|
| 41 |
|
| 42 |
## Dataset Structure
|
| 43 |
|
|
@@ -67,7 +68,8 @@ phonemes: ʔadˈonˈi ʁˈoʃ hamemʃalˈa, χaveʁˈaj hasaʁˈim...
|
|
| 67 |
|
| 68 |
1. Source audio from [Knesset VOX](https://huggingface.co/datasets/HebSanitized/Knesset-VOX) parliamentary recordings
|
| 69 |
2. Split recordings into chunks of up to 15 seconds
|
| 70 |
-
3.
|
|
|
|
| 71 |
|
| 72 |
## Uses
|
| 73 |
|
|
|
|
| 23 |
|
| 24 |
## Dataset Description
|
| 25 |
|
| 26 |
+
Long-form Knesset recordings were split into chunks of **up to 15 seconds**. Each chunk was transcribed to Hebrew text and then processed for IPA phoneme extraction from audio.
|
| 27 |
|
| 28 |
Each sample pairs a WAV audio chunk with:
|
| 29 |
- The original Hebrew text transcript
|
| 30 |
+
- An IPA phoneme transcription extracted from audio
|
| 31 |
|
| 32 |
### Dataset Stats
|
| 33 |
|
|
|
|
| 37 |
| Total samples | 49,433 |
|
| 38 |
| Audio format | WAV |
|
| 39 |
| Max chunk duration | 15 seconds |
|
| 40 |
+
| STT model | ivrit-ai/whisper-large-v3-turbo-ct2 |
|
| 41 |
+
| IPA model | thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2 |
|
| 42 |
|
| 43 |
## Dataset Structure
|
| 44 |
|
|
|
|
| 68 |
|
| 69 |
1. Source audio from [Knesset VOX](https://huggingface.co/datasets/HebSanitized/Knesset-VOX) parliamentary recordings
|
| 70 |
2. Split recordings into chunks of up to 15 seconds
|
| 71 |
+
3. Transcribe each chunk to Hebrew text using [ivrit-ai/whisper-large-v3-turbo-ct2](https://huggingface.co/ivrit-ai/whisper-large-v3-turbo-ct2)
|
| 72 |
+
4. Extract IPA phonemes from audio using [thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2](https://huggingface.co/thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2)
|
| 73 |
|
| 74 |
## Uses
|
| 75 |
|