--- base_model: - Locutusque/Apollo-0.4-Llama-3.1-8B - maldv/badger-writer-llama-3-8b - ArliAI/Llama-3.1-8B-ArliAI-Formax-v1.0 - arcee-ai/Llama-3.1-SuperNova-Lite - v000000/L3-8B-Poppy-Moonfall-C - Casual-Autopsy/Jamet-L3-Stheno-BlackOasis-8B - SicariusSicariiStuff/Dusk_Rainbow - ResplendentAI/Rawr_Llama3_8B - ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1 - maximalists/BRAG-Llama-3.1-8b-v0.1 - tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b library_name: transformers tags: - mergekit - merge - roleplay - RP - storytelling license: cc-by-nc-4.0 --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/667eea5cdebd46a5ec4dcc3d/5zwye-BvUG51XaSHcW-vG.png) ...I'm tired. Behold: Aglow Vulca. Had a Theseus Paradox of weather or not to keep the original name since everything save three models were replaced with another model, but it still has a spirit of Ablaze Vulca so I just changed the preceding adjective. This took over a month, way too much money, and half of what was remaining of my sanity. If I could verbalize what the hell I went through trying to get this model to work, this repo would be 32k tokens long kekw. After figuring out how fast v0.1 could crack, I'd gotten to work on a v0.2 to at least smooth out the problems. Simple right? No. It was not. But, much pain and suffering later, I've come out with a beast of an 8B merge that can handle almost anything thrown at it. I'd like to give a special thanks to those in the BackyardAI discord for helping me test (especially one person, you know who you are) and watch me go down an insane downward spiral. They made the image above and helped troubleshoot versions until the final model was created. This merge would have taken much longer and the final version would be poorer without them. I'm the most active in that server so if you have questions, please join and say hi. For Quants, look to your right at the model tree next to 'Quantizations'. ### Model Details & Recommended Settings This is a story telling first model that is proficient in narrative driven RP. Does best with straight forward instructions. Any wishy washy language will confused it. As per usual with any of my models with Formax in it, it's pretty sensitive to instructs so choose your worse wisely. Once going though, it's able to generate detailed and human-ish outputs with lots of personality depending on the information given. Has a habit of matching the style and format of the input; style, spacing, grammar, etc. Can interweave details from the character persona, chat history, and user persona (if there is one) to create unique interactions and plot points. Leans more or less positive naturally but can be flipped if prompted correctly. Being an Llama 3.1 model, it's still subject to the normal pros and cons of L3/L3.1 but I'd like to think I tamed some of it. Keep the temp on the lower end since there is a low chance it might freak out. If it does, swipe/regen the chat or delete the afflicted output and try again. Rec. Settings: ``` Template: Llama 3 Token Count: 128k Max Temperature: 1.3 Min P: 0.1 Repeat Penalty: 1.05 Repeat Penalty Tokens: 256 ``` ### Merge Theory Where to begin. The general though process was still the roughly same as the Ablaze, making one very smart model and another more creative focused model. This time, I merged Formax and RPmax in separately instead of doing one merge since they have different focuses. 'Apollobulk' is the smarts, having the storytelling capabilities from badger writer, instruct following from Formax (duh) and the smarts of Super Nova. Apollo 0.4 was use as a RP temper to keep the overall model aligned with RP. Apollo 2.0 wasn't used as it skewed the merge too far towards inconsistent narratives. 'Reshape' is the creative end, taking some inspo from the Ablaze's creative center. First created 'Darkened' as the main influence over the final writing style of Aglow. Poppy Moonfall C had the personality I was looking for but the smarts (though not important was still necessary) so the other three were added to round out it's overall capabilities while being very creative. Plopping that atop RPmax (For excellent unique RP interactions), BRAG (serious recall), and Natsumura (a great Storytelling/RP base) and model stock it, you get a really solid model on it's own. Slap the two components together in a simple gradient dare_linear merge and boom; this unit of an 8B model. As of writing and releasing this model, mergekit is fucked for me (one of it's dependencies has broken L3 merging) so I can't test any other methods atm. If there is a better final merge method, I'll be uploading a v0.2 once the bug is fixed. This time around, everything was done with [DavidAU]()'s High Quality method, merging with float32 at all steps. Made a significant difference in nuanced understanding of text. ### Config ```yaml models: - model: Locutusque/Apollo-0.4-Llama-3.1-8B - model: maldv/badger-writer-llama-3-8b - model: ArliAI/Llama-3.1-8B-ArliAI-Formax-v1.0 base_model: arcee-ai/Llama-3.1-SuperNova-Lite parameters: int8_mask: true merge_method: model_stock dtype: float32 tokenizer_source: base name: apollobulk --- models: - model: v000000/L3-8B-Poppy-Moonfall-C - model: Casual-Autopsy/Jamet-L3-Stheno-BlackOasis-8B - model: SicariusSicariiStuff/Dusk_Rainbow base_model: ResplendentAI/Rawr_Llama3_8B parameters: int8_mask: true merge_method: model_stock dtype: float32 tokenizer_source: base name: darkened --- models: - model: darkened - model: ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1 - model: maximalists/BRAG-Llama-3.1-8b-v0.1 base_model: tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b parameters: int8_mask: true merge_method: model_stock dtype: float32 tokenizer_source: base name: reshape --- models: - model: reshape parameters: weight: [0.1, 0.9] - model: apollobulk parameters: weight: [0.9, 0.1] base_model: reshape tokenizer_source: base parameters: normalize: false int8_mask: true merge_method: dare_linear dtype: float32 name: vulca ```