Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- vibevoice/VibeVoice-1.5B
|
4 |
+
---
|
5 |
+
# VibeVoice LoRA Elise
|
6 |
+
|
7 |
+
This is a sample LoRA model of VibeVoice trained on MrDragonFox's Elise dataset. It is intended to 1) demonstrate the capabilities of LoRA and 2) show the format in which LoRA fine-tuned models are saved.
|
8 |
+
|
9 |
+
Despite only be training on short audio clips (<10 seconds), the adapter still supports long-form audio generation.
|
10 |
+
|
11 |
+
**NOTE:** This is not an official model from Microsoft or the authors of VibeVoice, it is simply a community-trained LoRA intended to showcase how to use the LoRA scripts.
|
12 |
+
|
13 |
+
[How to train your own VibeVoice LoRA ➡️](https://github.com/vibevoice-community/VibeVoice/blob/main/FINETUNING.md)
|
14 |
+
|
15 |
+
[How to run this LoRA ➡️](https://github.com/vibevoice-community/VibeVoice/pull/14)
|