From 07920c88ecdf93626e30c2a8195cf9448e4baae6 Mon Sep 17 00:00:00 2001 From: James S Date: Wed, 20 Nov 2024 09:26:39 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4671f8f..ffe6b34 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](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