diff --git a/README.md b/README.md index e66b9ab..4671f8f 100644 --- a/README.md +++ b/README.md @@ -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 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](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. ## Requirements