SAVRN
Search Contact SAVRN

Open-weight model · Audio classification

Common-Voice-Gender-Detection

by Prithiv Sakthi prithivMLmods/Common-Voice-Gender-Detection

Wav2Vec2: Self-Supervised Learning for Speech Recognition: https://arxiv.org/pdf/2006.11477 male female Common-Voice-Gender-Detection is designed for: Speech Analytics – Assist in analyzing speaker demographics in call centers or customer service recordings.

Parameters95M
Context
Weights1.5 GB
Licenseapache-2.0
AccessOpen weights
Monthly Downloads172.9k

Runs On

What it takes to serve Common-Voice-Gender-Detection (95M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.2 GB 0.2 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.0 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

By Prithiv Sakthi, published under apache-2.0, revision ebbf41293c8d.

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.

[!note] Wav2Vec2: Self-Supervised Learning for Speech Recognition : https://arxiv.org/pdf/2006.11477

Classification Report:

              precision    recall  f1-score   support

      female     0.9705    0.9916    0.9809      2622
        male     0.9943    0.9799    0.9870      3923

    accuracy                         0.9846      6545
   macro avg     0.9824    0.9857    0.9840      6545
weighted avg     0.9848    0.9846    0.9846      6545

Label Space: 2 Classes

Class 0: female  
Class 1: male

Install Dependencies

pip install gradio transformers torch librosa hf_xet

Inference Code

Read the full model card (313 words)

Configuration

Architecture
Wav2Vec2ForSequenceClassification
Layers
12
Hidden size
768
Feed-forward size
3,072
Attention heads
12
Vocabulary size
32
Stored precision
float32
Model type
wav2vec2

Identity and Version

Repository
prithivMLmods/Common-Voice-Gender-Detection
Publisher
Prithiv Sakthi
Task
Audio classification
Modality
Audio
Library
transformers
Parameters
95M parameters
Languages
en
Revision
ebbf41293c8dbea45c5bb0de6e3ef77bf89cc2ee
First published
2025-05-31
Last updated
2025-11-12

Files and Weights

15 files, 1.5 GB in total. The weights are 8 files totalling 1.5 GB in bin, pt, pth, safetensors.

Weights8 files · 1.5 GB
Configuration5 files · 63.7 KB
Documentation1 file · 4.4 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
checkpoint-3272/model.safetensorsWeights378.3 MB ea5368dcba37
checkpoint-3272/optimizer.ptWeights723.1 MB 44aa1b652ac3
checkpoint-3272/rng_state.pthWeights14.2 KB 0e8cdd31ecd6
checkpoint-3272/scaler.ptWeights988 B f12b5512f185
checkpoint-3272/scheduler.ptWeights1.1 KB 90f3c79c26aa
checkpoint-3272/training_args.binWeights5.3 KB 850a9a60f019
model.safetensorsWeights378.3 MB ea5368dcba37
training_args.binWeights5.3 KB 850a9a60f019
checkpoint-3272/config.jsonConfiguration2.4 KB
checkpoint-3272/preprocessor_config.jsonConfiguration215 B
checkpoint-3272/trainer_state.jsonConfiguration58.4 KB
config.jsonConfiguration2.4 KB
preprocessor_config.jsonConfiguration215 B
README.mdDocumentation4.4 KB
.gitattributesRepository1.5 KB

License and Download

License
apache-2.0
Access
Open weights, no gate
Download size
1.5 GB
Download from Prithiv Sakthi

Released by Prithiv Sakthi through its official repository on Hugging Face. Read the license.

Built From

Memory Requirements

PrecisionWeights in memory
As published1.5 GB
16-bit0.2 GB
8-bit0.1 GB
4-bit0.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Built on This Model

Compare Common-Voice-Gender-Detection

Questions About Common-Voice-Gender-Detection

How much GPU memory does Common-Voice-Gender-Detection need?

About 0.2 GB at 16-bit and 0.1 GB at 4-bit: the weights (95M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run Common-Voice-Gender-Detection on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use Common-Voice-Gender-Detection commercially?

Yes. Common-Voice-Gender-Detection is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Similar Models

Model · Audio classification

Deepfake-audio-detection

Mohammed Abdeldayem

This model is a fine-tuned version of mo-thecreator/wav2vec2-base-finetuned on the None dataset. It achieves the following results on the evaluation set: The following hyperparameters were used during training: - learningrate: 3e-05 - trainbatchsize: 8 - evalbatchsize: 8 - gradientaccumulationsteps: 4 - totaltrainbatchsize: 32 - lrschedulertype: linear - lrschedulerwarmupratio: 0.1 - numepochs: 5 - Transformers 4.39.3 - Pytorch 2.1.2 - Datasets 2.18.0 - Tokenizers 0.15.2 - mo-thecreator

Open weights apache-2.0 95M parameters transformers

Model · Audio classification

Deepfake-audio-detection-V2

Melody Machine

This model is a fine-tuned version of motheecreator/Deepfake-audio-detection on the audiofolder dataset. It achieves the following results on the evaluation set: The following hyperparameters were used during training: - learningrate: 3e-05 - trainbatchsize: 32 - evalbatchsize: 32 - gradientaccumulationsteps: 4 - totaltrainbatchsize: 128 - lrschedulertype: cosine - lrschedulerwarmupratio: 0.1 - numepochs: 5 - Transformers 4.41.2 - Pytorch 2.1.2 - Datasets 2.19.2 - Tokenizers 0.19.1

Open weights apache-2.0 95M parameters transformers

Model · Audio classification

wav2vec2-emotion-recognition

Deepan Gautam

This model is a fine-tuned version of facebook/wav2vec2-base-960h for Speech Emotion Recognition (SER). It has been trained using a Frozen Feature Extractor strategy to preserve the model's acoustic understanding while adapting to emotion detection. This approach ensures stable performance and prevents "Catastrophic Forgetting," achieving nearly 80% accuracy on the validation set. Update: The "Calm" and "Neutral" classes have been merged to improve classification consistency, resulting in 7 distinct emotion classes. The model was trained on a combined dataset of ~12,000 audio files from: The model classifies audio into one of the following emotions: 1. Angry 2. Disgust 3. Fear 4. Happy 5.…

Open weights mit 95M parameters transformers

Model · Audio classification

wav2vec2-base-drum-kit

Andrew Keig

Fine-tuned facebook/wav2vec2-base for audio classification of single drum/percussion sounds into 10 classes. - clap, conga, crash, cymbal, hat, kick, ride, rim, snare, tom - Trained on short, single-hit drum sounds. Performance may drop on long mixes, multiple overlapping sounds, or very different recording conditions.

Open weights mit 95M parameters

The model expects a raw audio signal as input and outputs predictions for age in a range of approximately 0...1 (0...100 years) and gender expressing the probababilty for being child, female, or male. In addition, it also provides the pooled states of the last transformer layer. The model was created by fine-tuning Wav2Vec2-Large-Robust Timit and For this version of the model we only trained the first six transformer layers. An ONNX export of the model is available from Further details are given in the associated paper and tutorial.

Open weights cc-by-nc-sa-4.0 91M parameters transformers

Audio Spectrogram Transformer (AST) model fine-tuned on AudioSet. It was introduced in the paper AST: Audio Spectrogram Transformer by Gong et al. and first released in this repository. Disclaimer: The team releasing Audio Spectrogram Transformer did not write a model card for this model so this model card has been written by the Hugging Face team. The Audio Spectrogram Transformer is equivalent to ViT, but applied on audio. Audio is first turned into an image (as a spectrogram), after which a Vision Transformer is applied. The model gets state-of-the-art results on several audio classification benchmarks. You can use the raw model for classifying audio into one of the AudioSet classes. See…

Open weights bsd-3-clause 87M parameters transformers