Mirror csukuangfj/vad for SubForgeAI
Browse files- README.md +17 -0
- silero_vad.onnx +3 -0
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- onnx
|
| 5 |
+
- subforgeai
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# silero-vad-onnx
|
| 9 |
+
|
| 10 |
+
Silero VAD (ONNX). Used by SubForgeAI to split speech before ASR.
|
| 11 |
+
|
| 12 |
+
Mirror of [`csukuangfj/vad`](https://huggingface.co/csukuangfj/vad) — same files, same layout, no
|
| 13 |
+
weights were modified. Hosted here so [SubForgeAI](https://github.com/) can pin
|
| 14 |
+
its own copy of everything it downloads.
|
| 15 |
+
|
| 16 |
+
All credit for the model goes to the original authors; the upstream license
|
| 17 |
+
(`mit`) applies unchanged.
|
silero_vad.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a35ebf52fd3ce5f1469b2a36158dba761bc47b973ea3382b3186ca15b1f5af28
|
| 3 |
+
size 1807522
|