update README for finetuning-asr

This commit is contained in:
YaoyaoChang
2026-01-22 06:20:11 -08:00
parent 05e1a022e5
commit c0c2af984e
9 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,6 +7,7 @@
**Model:** [VibeVoice-ASR-7B](https://huggingface.co/microsoft/VibeVoice-ASR)<br>
**Demo:** [VibeVoice-ASR-Demo](https://aka.ms/vibevoice-asr)<br>
**Finetuning:** [finetune-guide](../finetuning-asr/README.md)
## 🔥 Key Features
@@ -78,6 +79,9 @@ 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.
## 📄 License