CuriousMonkey7 commited on
Commit
fe87bad
·
verified ·
1 Parent(s): 96563a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,7 +1,16 @@
 
 
 
 
 
 
 
 
 
1
  # HumAware-VAD: Humming-Aware Voice Activity Detection
2
 
3
  ## 📌 Overview
4
- **HumAware-VAD** is a fine-tuned version of the **Silero-VAD** model, trained to distinguish **humming from actual speech**. Standard Voice Activity Detection (VAD) models, including Silero-VAD, often misclassify humming as speech, leading to inaccurate speech segmentation. HumAware-VAD improves upon this by leveraging a custom dataset (**HumSpeechBlend**) to enhance speech detection accuracy in the presence of humming.
5
 
6
  ## 🎯 Purpose
7
  The primary goal of **HumAware-VAD** is to:
@@ -66,4 +75,4 @@ If you use this model, please cite it accordingly.
66
  publisher = {Hugging Face},
67
  url = {https://huggingface.co/CuriousMonkey7/HumAware-VAD}
68
  }
69
- ```
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - CuriousMonkey7/HumSpeechBlend
5
+ language:
6
+ - en
7
+ base_model:
8
+ - freddyaboulton/silero-vad
9
+ ---
10
  # HumAware-VAD: Humming-Aware Voice Activity Detection
11
 
12
  ## 📌 Overview
13
+ **HumAware-VAD** is a fine-tuned version of the **[Silero-VAD](https://github.com/snakers4/silero-vad/tree/master)** model, trained to distinguish **humming from actual speech**. Standard Voice Activity Detection (VAD) models, including Silero-VAD, often misclassify humming as speech, leading to inaccurate speech segmentation. HumAware-VAD improves upon this by leveraging a custom dataset (**[HumSpeechBlend](https://huggingface.co/datasets/CuriousMonkey7/HumSpeechBlend)**) to enhance speech detection accuracy in the presence of humming.
14
 
15
  ## 🎯 Purpose
16
  The primary goal of **HumAware-VAD** is to:
 
75
  publisher = {Hugging Face},
76
  url = {https://huggingface.co/CuriousMonkey7/HumAware-VAD}
77
  }
78
+ ```