Voice Activity Detection
ONNX
speech-processing
semantic-vad
multilingual
marcus-daily commited on
Commit
f6ab259
·
1 Parent(s): e6cfb72

Fix indentation

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -23,10 +23,10 @@ datasets:
23
 
24
  ## Model architecture
25
 
26
- * Backbone: Whisper Tiny encoder
27
- * Head     : shallow linear classifier
28
- * Params   : 8 M (int8)
29
- * Checkpoint: 8 MB ONNX
30
 
31
 
32
  ## How to use
 
23
 
24
  ## Model architecture
25
 
26
+ * Backbone: Whisper Tiny encoder
27
+ * Head: shallow linear classifier
28
+ * Params: 8 M (int8)
29
+ * Checkpoint: 8 MB ONNX
30
 
31
 
32
  ## How to use