MLSpeech commited on
Commit
23200f7
·
verified ·
1 Parent(s): dbdbd08

Update readme

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -18,4 +18,16 @@ base_model:
18
  pipeline_tag: automatic-speech-recognition
19
  tags:
20
  - streaming
21
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  pipeline_tag: automatic-speech-recognition
19
  tags:
20
  - streaming
21
+ ---
22
+
23
+ # Causal Whisper
24
+
25
+ causal-whisper is an openai-whisper based streaming model.
26
+ Available on 5 differenet chunk sizes for the **english transcription**:
27
+ 1. 1000[msec] (small, large-v2).
28
+ 1. 300[msec] (base, small, large-v2).
29
+ 1. 200[msec] (base, small, large-v2).
30
+ 1. 100[msec] (base, small, large-v2).
31
+ 1. 40[msec] (base, small, large-v2).
32
+
33
+ A large-v2 model is available for french, portuguese, spanish and german with a chunk size of 300[msec].