TanelAlumae commited on
Commit
3d934ad
·
verified ·
1 Parent(s): 80e8bd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -3,4 +3,20 @@ license: mit
3
  language:
4
  - et
5
  pipeline_tag: automatic-speech-recognition
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - et
5
  pipeline_tag: automatic-speech-recognition
6
+ ---
7
+
8
+ This is a Icefall Zipformer Estonian streaming speech-to-text model. A larger version of this model is avialble here: https://huggingface.co/TalTechNLP/streaming-zipformer-large.et-en
9
+
10
+
11
+ Use via sherpa-onnx:
12
+
13
+ sherpa-onnx --encoder=encoder.onnx --decoder=decoder.onnx --joiner=joiner.onnx --tokens=tokens.txt audio.wav
14
+
15
+ Or using the int8 quantized version:
16
+
17
+ sherpa-onnx --encoder=encoder.int8.onnx --decoder=decoder.int8.onnx --joiner=joiner.int8.onnx --tokens=tokens.txt audio.wav
18
+
19
+
20
+ This model is used in the web-based Estonian ASr application https://eestiasr.vercel.app/.
21
+
22
+