Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
## Icefall Streaming Zipformer for Estonian
|
6 |
+
|
7 |
+
This model is ONNX version of an Icefall Zipformer streaming ASR model for Estonian. It is trained on ~1300 h of Estonian transcribed speech (https://cs.taltech.ee/staff/tanel.alumae/data/est-pub-asr-data/),
|
8 |
+
~3000 h of automatically transcribed Estonian TV broadcasts (transcribed using a strong offline ASR model) and ~500 h of English podcasts and YouTube data, transcrined
|
9 |
+
using Whisper-turbo.
|
10 |
+
|
11 |
+
Use sherpa-onnx to do ASR:
|
12 |
+
|
13 |
+
E.g., under Linux, using card 3 as input device:
|
14 |
+
|
15 |
+
|
16 |
+
sherpa-onnx-alsa --encoder=encoder.onnx --decoder=decoder.onnx --joiner=joiner.onnx --tokens=tokens.txt --decoding-method=modified_beam_search plughw:3,0
|