notmax123 commited on
Commit
49fe6b8
·
verified ·
1 Parent(s): 1de15eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -4
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 then processed with [thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2](https://huggingface.co/thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2) to extract IPA phoneme transcriptions directly 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 the audio
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
- | IPA model | whisper-heb-ipa-large-v3-turbo-ct2 |
 
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. Run each chunk through [thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2](https://huggingface.co/thewh1teagle/whisper-heb-ipa-large-v3-turbo-ct2) to obtain IPA transcriptions directly from audio
 
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