Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,32 @@
|
|
2 |
library_name: transformers.js
|
3 |
base_model:
|
4 |
- prithivMLmods/Common-Voice-Gender-Detection
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# Common-Voice-Gender-Detection (ONNX)
|
8 |
|
9 |
This is an ONNX version of [prithivMLmods/Common-Voice-Gender-Detection](https://huggingface.co/prithivMLmods/Common-Voice-Gender-Detection). It was automatically converted and uploaded using [this space](https://huggingface.co/spaces/onnx-community/convert-to-onnx).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers.js
|
3 |
base_model:
|
4 |
- prithivMLmods/Common-Voice-Gender-Detection
|
5 |
+
license: apache-2.0
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: audio-classification
|
9 |
+
tags:
|
10 |
+
- Gender-Detection
|
11 |
---
|
12 |
|
13 |
# Common-Voice-Gender-Detection (ONNX)
|
14 |
|
15 |
This is an ONNX version of [prithivMLmods/Common-Voice-Gender-Detection](https://huggingface.co/prithivMLmods/Common-Voice-Gender-Detection). It was automatically converted and uploaded using [this space](https://huggingface.co/spaces/onnx-community/convert-to-onnx).
|
16 |
+
|
17 |
+
|
18 |
+
> **Common-Voice-Gender-Detection** is a fine-tuned version of `facebook/wav2vec2-base-960h` for **binary audio classification**, specifically trained to detect speaker gender as **female** or **male**. This model leverages the `Wav2Vec2ForSequenceClassification` architecture for efficient and accurate voice-based gender classification.
|
19 |
+
|
20 |
+
> [!note]
|
21 |
+
Wav2Vec2: Self-Supervised Learning for Speech Recognition : [https://arxiv.org/pdf/2006.11477](https://arxiv.org/pdf/2006.11477)
|
22 |
+
|
23 |
+
---
|
24 |
+
|
25 |
+
## Intended Use
|
26 |
+
|
27 |
+
`Common-Voice-Gender-Detection` is designed for:
|
28 |
+
|
29 |
+
* **Speech Analytics** – Assist in analyzing speaker demographics in call centers or customer service recordings.
|
30 |
+
* **Conversational AI Personalization** – Adjust tone or dialogue based on gender detection for more personalized voice assistants.
|
31 |
+
* **Voice Dataset Curation** – Automatically tag or filter voice datasets by speaker gender for better dataset management.
|
32 |
+
* **Research Applications** – Enable linguistic and acoustic research involving gender-specific speech patterns.
|
33 |
+
* **Multimedia Content Tagging** – Automate metadata generation for gender identification in podcasts, interviews, or video content.
|