feat(qwen3-asr): add offline vLLM example - #3592
Open
LauraGPT wants to merge 1 commit into
Open
Conversation
Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com>
Open
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
Qwen3ASRModel.LLMbackendAutoModelVLLMand accuracy-comparison boundariesRelated to #3419. This PR intentionally does not close the issue because the reporter still needs to validate the workflow in their environment.
Verification
9 passed: the new tests plus existing Qwen3-ASR WebSocket and dependency-check testspy_compile, CLI--help, andgit diff --checkpassedQwen/Qwen3-ASR-1.7Bon the 480.24 s 離線轉錄的準確率不佳 #3419 attachment produced three monotonic chunks covering 0-480.216 s899d0eacc8db73e22cbe7e7aeb8befd56c8cc775898862aa327dc4d90a7df7aaAccuracy note
The earlier 18.74% prefix-trim CER used the original reference and a standard character normalization. The reporter later supplied an updated reference containing the first 17.69 seconds and their exact scorer (SHA256
66ec56383c505418c78c5e7fe567d33564fcce7faccb0f508959a57f76d4ae50), which additionally normalizes numbers and ignores selected one-character fillers and substitutions. Under that exact custom scoring contract, the PR's native vLLM output scores 6.45% CER; the separately tested Transformers pipeline scores 6.80%, and the 20-second VAD/vLLM path scores 6.63%. These results reproduce the reporter's stated 8-9% range but are not directly comparable with the earlier standard-normalization result or an official benchmark.Attribution
The architecture was cross-checked against the MIT-licensed
LanceLRQ/qwen3-asr-serviceproject, which is acknowledged in the accompanying notes.