From c435ae05d55ac88f138fbb992495262988a2405a Mon Sep 17 00:00:00 2001 From: YaoyaoChang Date: Tue, 27 Jan 2026 21:01:40 +0800 Subject: [PATCH] update README Added a section on LoRA fine-tuning to the ASR documentation. --- docs/vibevoice-asr.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/vibevoice-asr.md b/docs/vibevoice-asr.md index 21ef48a..1ccbe6e 100644 --- a/docs/vibevoice-asr.md +++ b/docs/vibevoice-asr.md @@ -86,6 +86,12 @@ python demo/vibevoice_asr_gradio_demo.py --model_path microsoft/VibeVoice-ASR -- python demo/vibevoice_asr_inference_from_file.py --model_path microsoft/VibeVoice-ASR --audio_files [add a audio path here] ``` + +## Finetuning +LoRA (Low-Rank Adaptation) fine-tuning is supported. See [Finetuning](../finetuning-asr/README.md) for detailed guide. + + + ## Results ### Multilingual @@ -114,10 +120,6 @@ python demo/vibevoice_asr_inference_from_file.py --model_path microsoft/VibeVoic | MLC-Challenge | Average | 3.42 | 14.81 | 15.66 | 12.07| -## Finetuning -LoRA (Low-Rank Adaptation) fine-tuning is supported. See [Finetuning](../finetuning-asr/README.md) for detailed guide. - - ## 📄 License This project is licensed under the [MIT License](../LICENSE).