Update README.md

This commit is contained in:
James S 2024-11-20 09:26:39 +00:00
parent 1e473081b5
commit 07920c88ec

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 [Meta-Llama-3-8B-Instruct-abliterated-v3](https://huggingface.co/failspy/Meta-Llama-3-8B-Instruct-abliterated-v3) with a [custom LoRA](https://huggingface.co/scoliono/groupchat_lora_abliterated_8b) 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.1-8B-Instruct-abliterated](https://huggingface.co/mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated) with a [custom LoRA](https://huggingface.co/scoliono/groupchat_lora_abliterated_instruct-3.1-8b) 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