recipe(wav2vec2): add jakeBland/wav2vec-vm-finetune (audio-classification)#1114
Open
codykk wants to merge 1 commit into
Open
recipe(wav2vec2): add jakeBland/wav2vec-vm-finetune (audio-classification)#1114codykk wants to merge 1 commit into
codykk wants to merge 1 commit into
Conversation
Add fp16, w8a16, and w8a8 quantized recipe variants for the jakeBland/wav2vec-vm-finetune model (Wav2Vec2ForSequenceClassification). Tested on CPU EP with measurable delta vs fp32 baseline: - fp16: 602MB (50% size reduction), 91ms avg latency - w8a16: 303MB (75% size reduction), 116ms avg latency - w8a8: 303MB (75% size reduction), 42ms avg (2.1x speedup) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Add audio-classification recipes for jakeBland/wav2vec-vm-finetune
Adds fp16, w8a16, and w8a8 quantized recipe variants for jakeBland/wav2vec-vm-finetune (Wav2Vec2ForSequenceClassification, audio-classification task). The w8a8 variant delivers a 2.1x speedup and 71% memory reduction vs the fp32 baseline on CPU.
1. Recipe path(s)
examples/recipes/jakeBland_wav2vec-vm-finetune/cpu/cpu/audio-classification_fp16_config.jsonexamples/recipes/jakeBland_wav2vec-vm-finetune/cpu/cpu/audio-classification_w8a16_config.jsonexamples/recipes/jakeBland_wav2vec-vm-finetune/cpu/cpu/audio-classification_w8a8_config.json2. README row
Added
jakeBland/wav2vec-vm-finetune | audio-classificationtoexamples/recipes/README.md.3. Build output dir
temp/wav2vec_vm_fp16/,temp/wav2vec_vm_w8a16/,temp/wav2vec_vm_w8a8/4. Build log
All three variants:
✅ Build complete in ~70-77s5. Appended findings
No methodology friction observed. Model uses standard wav2vec2 architecture fully covered by winml's existing
Wav2Vec2OnnxConfig.6. Optimum-coverage probe
{vendor: [], after_winml: ['audio-classification', 'audio-frame-classification', 'audio-xvector', 'automatic-speech-recognition', 'feature-extraction'], added_by_winml: [...all...], verdict: 'WINML-ONLY'}7. Claimed (Effort, Goal, Outcome)
8. Goal-ladder verdict table
9. Methodology-evolution declaration
No methodology friction observed.
10. Perf & eval data
Baseline (fp32, no recipe, origin/main @
2a2ff548):Recipe variants:
Delta vs baseline:
11. Component / op-level data
N/A — runtime check rules not available on this host (no parquet files).
12. Reproducible commands