Update README.md

This commit is contained in:
James S 2024-08-17 05:00:55 +00:00
parent 424903e3f6
commit bdd5d4f209

View File

@ -4,7 +4,7 @@ Backend for Hatsune Miku discord bot, capable of text generation and voice chang
RVC code is adapted from [AICoverGen](https://github.com/SociallyIneptWeeb/AICoverGen).
The model used for text generation is Mistral-7B with a custom LoRA trained on group chat messages, both of which are downloaded from Huggingface. The [Literally Every Hatsune Miku Voicebank](https://www.weights.gg/models/clp9qiyw50013rvv6tl2frcpv) model is used for voice synthesis, and is included with this repo.
The model used for text generation is [Meta-Llama-3-8B-Instruct-abliterated-v3](https://huggingface.co/failspy/Meta-Llama-3-8B-Instruct-abliterated-v3) with a custom LoRA trained on group chat messages, both of which are downloaded from Huggingface. The [Literally Every Hatsune Miku Voicebank](https://www.weights.gg/models/clp9qiyw50013rvv6tl2frcpv) model is used for voice synthesis, and is included with this repo.
## Requirements