tonythethompson commited on
Commit
a621e63
·
verified ·
1 Parent(s): 15892ee

Document source revision and quantization/export provenance for Silero-VAD-INT8-ONNX

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -31,8 +31,8 @@ newly trained model.
31
  |---|---|
32
  | Upstream ONNX repo | [onnx-community/silero-vad](https://huggingface.co/onnx-community/silero-vad) |
33
  | Original model | [snakers4/silero-vad](https://github.com/snakers4/silero-vad) (GitHub) |
34
- | Source revision/hash | Not documented in this repo |
35
- | Quantization recipe | Not documented in this repo |
36
 
37
  ## Files
38
 
@@ -56,8 +56,7 @@ Silero VAD is language-agnostic and works across a wide range of languages.
56
 
57
  ## Precision and Packaging
58
 
59
- INT8 quantization. The exact method (static vs. dynamic, per-tensor vs. per-channel) is
60
- not documented in this repository. Some accuracy loss relative to FP16/FP32 is expected,
61
  but Silero VAD is small and INT8 quality is generally acceptable for VAD. No parity
62
  benchmark is documented here.
63
 
@@ -65,7 +64,6 @@ benchmark is documented here.
65
 
66
  - Requires 16 kHz mono audio input; other sample rates must be resampled.
67
  - INT8 may reduce detection sensitivity at the margins (very quiet or very short speech).
68
- - Quantization recipe not documented; reproducibility is not guaranteed.
69
  - No repository-specific VAD quality benchmark is documented here.
70
 
71
  ## License
 
31
  |---|---|
32
  | Upstream ONNX repo | [onnx-community/silero-vad](https://huggingface.co/onnx-community/silero-vad) |
33
  | Original model | [snakers4/silero-vad](https://github.com/snakers4/silero-vad) (GitHub) |
34
+ | Source revision/hash | `e71cae966052b992a7eca6b17738916ce0eca4ec` ([onnx-community/silero-vad](https://huggingface.co/onnx-community/silero-vad)) |
35
+ | Quantization recipe | Pre-quantized INT8 ONNX mirrored from `onnx-community/silero-vad` (`onnx/model_int8.onnx`) |
36
 
37
  ## Files
38
 
 
56
 
57
  ## Precision and Packaging
58
 
59
+ INT8 quantization from the ONNX Community export (mirrored unchanged). Some accuracy loss relative to FP16/FP32 is expected,
 
60
  but Silero VAD is small and INT8 quality is generally acceptable for VAD. No parity
61
  benchmark is documented here.
62
 
 
64
 
65
  - Requires 16 kHz mono audio input; other sample rates must be resampled.
66
  - INT8 may reduce detection sensitivity at the margins (very quiet or very short speech).
 
67
  - No repository-specific VAD quality benchmark is documented here.
68
 
69
  ## License