0
stars
2
commits
2
linked in READMEs
Jul 8, 2026
updated
This repository contains a 16 kHz Silero VAD model converted to TFLite/LiteRT for local streaming voice activity detection.
| File | Purpose |
|---|---|
silero_vad_16k.tflite | Runtime TFLite flatbuffer. |
silero_vad_16k.tflite.manifest.json | Conversion/runtime manifest. |
artifact_manifest.json | Clean upload metadata, checksum, and source lineage. |
The original Silero VAD weights were sourced from the upstream GitHub data folder provided here:
https://github.com/snakers4/silero-vad/tree/master/src/silero_vad/data
The local source artifact referenced during conversion was:
external/silero-vad/src/silero_vad/data/silero_vad_16k.safetensors
Because the source is a GitHub-hosted artifact rather than a Hugging Face model
repo, it is not listed in the Hugging Face base_model metadata field. The
upstream source link is included here and in artifact_manifest.json.
16000 Hz64 samples of left context + current 512 sample chunk
(576 total samples)[2, 1, 128][1, 1]0.5 (adjust per environment and application)2 commits
0
stars
2
commits
2
linked in READMEs
Jul 8, 2026
updated
This repository contains a 16 kHz Silero VAD model converted to TFLite/LiteRT for local streaming voice activity detection.
| File | Purpose |
|---|---|
silero_vad_16k.tflite | Runtime TFLite flatbuffer. |
silero_vad_16k.tflite.manifest.json | Conversion/runtime manifest. |
artifact_manifest.json | Clean upload metadata, checksum, and source lineage. |
The original Silero VAD weights were sourced from the upstream GitHub data folder provided here:
https://github.com/snakers4/silero-vad/tree/master/src/silero_vad/data
The local source artifact referenced during conversion was:
external/silero-vad/src/silero_vad/data/silero_vad_16k.safetensors
Because the source is a GitHub-hosted artifact rather than a Hugging Face model
repo, it is not listed in the Hugging Face base_model metadata field. The
upstream source link is included here and in artifact_manifest.json.
16000 Hz64 samples of left context + current 512 sample chunk
(576 total samples)[2, 1, 128][1, 1]0.5 (adjust per environment and application)2 commits