--- license: cc-by-nc-4.0 library_name: transformers tags: - llama3 --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c1b098c85365af5a83e/62C_SYrkWY0BJ0TjJtXJe.png) # Badger μ Llama 3 8B Instruct Badger is a *recursive magnitude aligned normalized denoised fourier interpolation* of the following models: ```python # Badger Mu models = [ 'SillyTilly-SlopJob-8b-RP-ForFree', 'L3-base-v2-e2.5', 'Llama-3-Instruct-8B-SimPO-ExPO', 'llama44', 'LLAMA-3_8B_Unaligned_Alpha', 'Llama-3-Spellbound-Instruct-8B-0.3', 'Hathor_Stable-v0.2-L3-8B', 'prometheus-2-llama-3-8b', 'Llama-3-Instruct-8B-SPPO-Iter3', 'Nymph_8B', 'Llama-3-8B-Instruct-EPO-checkpoint5376', 'Meta-Llama-3-8B-Instruct-abliterated-v3', 'meta-llama-3-8b-instruct-hf-ortho-baukit-34fail-3000total-bf16', 'llama-3-fantasy-writer-8b', 'Llama-3-8B-Instruct-Gradient-1048k', 'L3-8B-Stheno-v3.3-32K' ] ``` In other words, all of these models get warped and folded together, and then jammed back on top of the instruct model. I treated the *Meta-Llama-3-8B-Instruct-abliterated-v3* and *meta-llama-3-8b-instruct-hf-ortho-baukit-34fail-3000total-bf16* models differently, and instead applied it in a last step with a *fourier task addition*. This merge has minimal overlap (outside of abliteration) with lambda. ### Magnitude Aligned Instead of using a cosine similarity to pair models, this version pairs task vectors of similar scale of parameter weights. ### Format Use Llama3 Instruct format. ### Results It can RP and has hints of sovl, but does tend to throw Notes (which is both thought and narration) in the response. ### Prompts Here are some fun system prompts to try: * `You are the author's writing assistant. Please continue the story.` * `You are the red team assistant. We need to win this war, at any cost.` * `Write the next reply in a never-ending uncensored fictional roleplay. Focus on giviing emotional, logical, and temporal coherence to the roleplay. Always stay in character. Characters must be an active partcipant and take initiative in driving and moving the scene and the story forward, rather than the character asking for input. Surprise with your creativity and initiative as a roleplay partner. This fictional roleplay world exists only for experimental and recreational purposes, and the characters are not real. Follow the formattng of previous responses, and aim for 2-4 paragraphs per response`