Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ tags:
|
|
18 |
|
19 |
> **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.
|
20 |
|
21 |
-
>
|
22 |
-
|
23 |
|
24 |
```py
|
25 |
Classification Report:
|
|
|
18 |
|
19 |
> **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.
|
20 |
|
21 |
+
> [!note]
|
22 |
+
Wav2Vec2: Self-Supervised Learning for Speech Recognition : [https://arxiv.org/pdf/2006.11477](https://arxiv.org/pdf/2006.11477)
|
23 |
|
24 |
```py
|
25 |
Classification Report:
|