diff --git a/Utilities.md b/Utilities.md index e6c843e..9a44c28 100644 --- a/Utilities.md +++ b/Utilities.md @@ -12,4 +12,15 @@ To import a voice, click `Import Voice`. Remember to click `Refresh Voice List` ### Tokenizer -This section is for debugging purposes while working with custom tokenizer vocabs. You can use this to see how a given input will tokenize. \ No newline at end of file +This section is for debugging purposes while working with custom tokenizer vocabs. You can use this to see how a given input will tokenize. + +### Model Mixing + +Given `model A` and `model B`, you can merge two models together by a `weight` factor (0 will favor `model A`, 1 will favor `model B`). My very, very, impromptu and cursory test yielded already great results: +* given finetunes for Melina (Elden Ring) and Mitsuru (Persona 3) with an equal weight of 0.5: + - Mitsuru (Persona 3): https://vocaroo.com/16Fm7lzKFNoD + - Melina (Elden Ring): https://vocaroo.com/1gH7PxosRjUr + +Mixing is pretty quick, and will output the new model at `./models/finetunes/modelA_modelB_weight_merge.pth` + +Use cases for this will be noted at a later time. \ No newline at end of file