Skip to content

docs: link SenseVoice paper and GGUF checkpoints#3251

Merged
LauraGPT merged 1 commit into
mainfrom
codex/add-sensevoice-paper-links-20260719
Jul 18, 2026
Merged

docs: link SenseVoice paper and GGUF checkpoints#3251
LauraGPT merged 1 commit into
mainfrom
codex/add-sensevoice-paper-links-20260719

Conversation

@LauraGPT

Copy link
Copy Markdown
Collaborator

Summary

  • link the SenseVoice arXiv paper from the English and Chinese quick starts
  • expose the SenseVoiceSmall GGUF checkpoint in both model tables
  • keep ModelScope and Hugging Face checkpoint links visible together

Validation

  • git diff --check
  • targeted README link assertions

@LauraGPT
LauraGPT merged commit 9d28a83 into main Jul 18, 2026
1 check passed
@LauraGPT
LauraGPT deleted the codex/add-sensevoice-paper-links-20260719 branch July 18, 2026 20:50

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
Comment on lines 58 to +61
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).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant