abilmansplus commited on
Commit
92847d0
·
verified ·
1 Parent(s): 26c9ad0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ fine-tuned on [**Kazakh Speech Corpus 2**](https://huggingface.co/datasets/issai
18
  After training on the Train partition, it achieved **9.16% WER** on the Test partition.
19
 
20
  **For longer audio** (35+ seconds), you can divide them into 30-second chunks, transcribe each chunk separately, and then merge the results.
21
- Example implementation of a transcriber that can handle both short (up to 30 sec) and long (over 30 sec) audio files:
22
  ```python
23
  import librosa
24
  import numpy as np
 
18
  After training on the Train partition, it achieved **9.16% WER** on the Test partition.
19
 
20
  **For longer audio** (35+ seconds), you can divide them into 30-second chunks, transcribe each chunk separately, and then merge the results.
21
+ Example implementation of a transcriber that can handle both short and long audio files:
22
  ```python
23
  import librosa
24
  import numpy as np