alexwengg commited on
Commit
1a7848a
·
verified ·
1 Parent(s): d409409

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -10,7 +10,17 @@ tags:
10
  - macos
11
  - swift
12
  library_name: coreml
13
- pipeline_tag: audio-classification
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # CoreML Silero VAD
@@ -183,5 +193,4 @@ LICENSE file for details.
183
 
184
  The original Silero VAD model is also under MIT license.
185
  See https://github.com/snakers4/silero-vad/blob/master/LI
186
- CENSE for details.
187
-
 
10
  - macos
11
  - swift
12
  library_name: coreml
13
+ pipeline_tag: voice-activity-detection
14
+ datasets:
15
+ - alexwengg/musan_mini50
16
+ - alexwengg/musan_mini100
17
+ metrics:
18
+ - accuracy
19
+ - f1
20
+ language:
21
+ - en
22
+ base_model:
23
+ - onnx-community/silero-vad
24
  ---
25
 
26
  # CoreML Silero VAD
 
193
 
194
  The original Silero VAD model is also under MIT license.
195
  See https://github.com/snakers4/silero-vad/blob/master/LI
196
+ CENSE for details.