recipe(Common-Voice-Gender-Detection): audio-classification cpu recipes#1206
Merged
Merged
Conversation
codykk
marked this pull request as ready for review
July 24, 2026 06:47
DingmaomaoBJTU
approved these changes
Jul 24, 2026
codykk
force-pushed
the
recipe/prithivMLmods-common-voice-gender-detection
branch
from
July 24, 2026 06:52
56e6f97 to
afbdfe2
Compare
codykk
enabled auto-merge (squash)
July 24, 2026 06:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds verified CPU recipes (fp32 and fp16) for prithivMLmods/Common-Voice-Gender-Detection, a Wav2Vec2ForSequenceClassification model for binary gender classification (female/male) from audio. Effort L0, Goal ceiling L2, Outcome L0. Both precisions pass build and perf; eval (L3) is CLI-BLOCKED due to audio-classification task not being supported for eval.
Model metadata
What the model does: Binary gender classification (female/male) from raw audio waveforms using a fine-tuned Wav2Vec2 encoder.
Primary user stories: Classify speaker gender from audio clips for analytics, content tagging, and demographic analysis.
Supported tasks: audio-classification
Model architecture:
Wav2Vec2ForSequenceClassificationsource (verified).Validation and support evidence
Baseline
57dc6b20mode: "fp16"Goal
Outcome
L0 PASS for both tuples. L2 reached (cosine similarity 1.0 for both precisions). L3 CLI-BLOCKED: audio-classification task not supported for eval.
Shipped recipes:
examples/recipes/prithivMLmods_Common-Voice-Gender-Detection/cpu/cpu/audio-classification_fp32_config.jsonexamples/recipes/prithivMLmods_Common-Voice-Gender-Detection/cpu/cpu/audio-classification_fp16_config.jsonAppended finding: wav2vec2-005 to
model_knowledge/wav2vec2.json.Per-EP/device/precision results
L3 CLI-BLOCKED: audio-classification task not supported for eval. Rules parquet unavailable on host.
Delta
quantblock withmode: "fp16"and default calibration settingsexamples/recipes/README.mduntouchedAnalyze summary — component level and op level
Static rule analysis: rules parquet unavailable on host. Analyze data could not be produced.
Component-level summary
Op-level summary
Not available — rules parquet unavailable on host.
Reproduce commands