docs: link SenseVoice paper and GGUF checkpoints#3251
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates both README.md and README_zh.md to include links to the SenseVoice paper, Hugging Face checkpoint, and GGUF edge checkpoint, as well as updating the model tables. Feedback was provided regarding the placement of these links in README.md, where they currently break the grammatical flow by being inserted between an introductory sentence ending with a colon and its corresponding code block. It is recommended to move these links to the end of the section to maintain readability and consistency with the Chinese README.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| SenseVoiceSmall checkpoint: | ||
| See the [SenseVoice paper](https://arxiv.org/abs/2407.04051), | ||
| [Hugging Face checkpoint](https://huggingface.co/FunAudioLLM/SenseVoiceSmall), | ||
| and [GGUF edge checkpoint](https://huggingface.co/FunAudioLLM/SenseVoiceSmall-GGUF). |
There was a problem hiding this comment.
The newly added links are inserted directly between the introductory sentence (which ends with a colon :) and the Python code block. This breaks the grammatical flow of the introduction, making the colon point to the links instead of the code block.
To maintain readability and consistency with README_zh.md (where the links are placed at the end of the section), please move these links to the end of the SenseVoice section, right after the sentence:
One AutoModel pipeline call coordinates the configured ASR, VAD, and speaker models and returns the combined result.
| SenseVoiceSmall checkpoint: | |
| See the [SenseVoice paper](https://arxiv.org/abs/2407.04051), | |
| [Hugging Face checkpoint](https://huggingface.co/FunAudioLLM/SenseVoiceSmall), | |
| and [GGUF edge checkpoint](https://huggingface.co/FunAudioLLM/SenseVoiceSmall-GGUF). | |
| SenseVoiceSmall checkpoint: |
Summary
Validation