update README
Added a section on LoRA fine-tuning to the ASR documentation.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user