File size: 5,338 Bytes
52d3b5c e09752b 52d3b5c e09752b ef912d8 e09752b 52d3b5c e09752b 52d3b5c e09752b 52d3b5c e09752b 52d3b5c e09752b 52d3b5c e09752b 52d3b5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 |
---
license: apache-2.0
tags:
- merge
- model_stock
- TIES_merge
- AstralFusion
- TheSpice
- Yggdrasil
- Bluuwhale
- Llama3
- storytelling
- roleplaying
- instruction-following
- creative-writing
- fantasy
- long-form-generation
- magical-realism
base_model:
- Locutusque/Llama-3-Yggdrasil-2.0-8B
- bluuwhale/L3-SAO-MIX-8B-V1
- ProdeusUnity/Astral-Fusion-8b-v0.0
- cgato/L3-TheSpice-8b-v0.8.3
library_name: transformers
---
# Llama-3-Yggdrasil-AstralSpice-8B ๐๐ฟโจ
**ZeroXClem/Llama-3-Yggdrasil-AstralSpice-8B** is a celestial fusion of **deep storytelling**, **creative writing**, and **instruction-following** capabilities. Merging some of the most powerful models like **Bluuwhale**, **AstralFusion**, **TheSpice**, and **Yggdrasil**, this model has been crafted to deliver versatility, magical realism, and long-form content generation.
If you're looking to weave intricate narratives, generate insightful text, or engage in immersive roleplay scenarios, this model will help you manifest your wildest creations!
---
### โก **Model Details**
**Architecture:** Llama 3.0 8B
**Base Model:** Locutusque/Llama-3-Yggdrasil-2.0-8B
---
### โจ **Models Merged:**
- **[bluuwhale/L3-SAO-MIX-8B-V1](https://huggingface.co/bluuwhale/L3-SAO-MIX-8B-V1)**
*Bluuwhale SAO-MIX* combines RP and storytelling, excelling in immersive content generation.
- **[ProdeusUnity/Astral-Fusion-8b-v0.0](https://huggingface.co/ProdeusUnity/Astral-Fusion-8b-v0.0)**
A mysterious, cosmic blend that excels in **role-playing** and **long-form content** creation. Perfect for exploring the celestial unknown.
- **[cgato/L3-TheSpice-8b-v0.8.3](https://huggingface.co/cgato/L3-TheSpice-8b-v0.8.3)**
A model packed with unique narrative twists, infusing storytelling with character depth and realism. It focuses on creative writing, interactions, and exploration.
- **[Locutusque/Llama-3-Yggdrasil-2.0-8B](https://huggingface.co/Locutusque/Llama-3-Yggdrasil-2.0-8B)**
The backbone of this model, Yggdrasil, brings stability, coherence, and robust instruction-following for even the most complex of prompts.
---
### ๐ **Merge Methodology**:
This model was merged using the **TIES merge method** to delicately combine the diverse layers of these powerful models. By balancing density and weight distributions, weโve optimized the blend for **instruction following**, **roleplay**, and **narrative creation**.
```yaml
models:
- model: bluuwhale/L3-SAO-MIX-8B-V1
parameters:
density: 0.4
weight: 0.3
- model: ProdeusUnity/Astral-Fusion-8b-v0.0
parameters:
density: 0.5
weight: 0.3
- model: cgato/L3-TheSpice-8b-v0.8.3
parameters:
density: 0.5
weight: 0.2
- model: Locutusque/Llama-3-Yggdrasil-2.0-8B
parameters:
density: 0.5
weight: 0.2
merge_method: ties
base_model: Locutusque/Llama-3-Yggdrasil-2.0-8B
dtype: bfloat16
parameters:
normalize: true
out_dtype: float16
```
---
### ๐ **Key Features**:
- **Creative Writing & Roleplaying**: Enhanced with storytelling prowess, ideal for creative prompts and immersive character dialogues.
- **Instruction Following**: Built upon a solid Llama 3.0 architecture, the model delivers **accurate** and **coherent responses** to a variety of instruction-following tasks.
- **Narrative Exploration**: Thanks to **AstralFusion** and **TheSpice** models, this model excels in crafting imaginative narratives and detailed scene descriptions, adding layers of depth to text generation.
- **Magical Realism**: The model blends realism with a sprinkle of magic, taking your content into realms of fantasy and cosmic wonders.
---
### ๐ **How to Use**:
You can start generating text with this model using the following Python code snippet:
```python
from transformers import AutoTokenizer, pipeline
import torch
model = "your-huggingface-repo/Llama-3-Yggdrasil-AstralSpice-8B"
tokenizer = AutoTokenizer.from_pretrained(model)
text_generator = pipeline(
"text-generation",
model=model,
torch_dtype=torch.bfloat16,
device_map="auto",
)
prompt = "You are an expert in ancient cosmic magic. Tell me about the legendary AstralSpice."
generated_text = text_generator(prompt, max_new_tokens=512, do_sample=True, temperature=0.9)
print(generated_text[0]['generated_text'])
```
---
### ๐ฎ **Use Cases**:
- **Immersive Roleplay**: From fantasy adventures to deep sci-fi settings, craft characters and dialogues with personality and depth.
- **Storytelling**: Write unique, multi-layered narratives with character-driven interactions, world-building, and plot twists.
- **Instruction-Based Tasks**: Use for education, research, and structured output generation with high precision.
- **Creative Writing**: Generate poems, magical prose, or intricate creative content with seamless storytelling transitions.
---
### ๐ **License**:
This model is open-sourced under the **Apache-2.0 License**. You are free to use, modify, and distribute it, with appropriate attribution.
---
### ๐ก **Acknowledgments**:
Special thanks to the creators of the base models:
- **Bluuwhale** for *L3-SAO-MIX-8B-V1*,
- **ProdeusUnity** for *AstralFusion*,
- **Cgato** for *TheSpice*, and
- **Locutusque** for *Yggdrasil*.
Their incredible models made this merge a reality! ๐ฟโจ
``` |