Update README.md
Browse files
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
|
| 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
|