aashish1904 commited on
Commit
8740d86
1 Parent(s): a12f0e2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +176 -0
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: apache-2.0
5
+ tags:
6
+ - merge
7
+ - model_stock
8
+ - DarkStock
9
+ - Aspire
10
+ - Storm
11
+ - Llama3
12
+ - DarkEnigma
13
+ - instruction-following
14
+ - creative-writing
15
+ - coding
16
+ - roleplaying
17
+ - long-form-generation
18
+ - research
19
+ - bfloat16
20
+ base_model:
21
+ - rityak/L3.1-DarkStock-8B
22
+ - DreadPoor/Aspire-8B-model_stock
23
+ - akjindal53244/Llama-3.1-Storm-8B
24
+ - agentlans/Llama3.1-Dark-Enigma
25
+ library_name: transformers
26
+ language:
27
+ - en
28
+ datasets:
29
+ - openbuddy/openbuddy-llama3.1-8b-v22.2-131k
30
+ - THUDM/LongWriter-llama3.1-8b
31
+ - aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
32
+ pipeline_tag: text-generation
33
+
34
+ ---
35
+
36
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
37
+
38
+
39
+ # QuantFactory/Llama3.1-DarkStorm-Aspire-8B-GGUF
40
+ This is quantized version of [ZeroXClem/Llama3.1-DarkStorm-Aspire-8B](https://huggingface.co/ZeroXClem/Llama3.1-DarkStorm-Aspire-8B) created using llama.cpp
41
+
42
+ # Original Model Card
43
+
44
+
45
+
46
+ # 🌩️ **Llama3.1-DarkStorm-Aspire-8B** 🌟
47
+
48
+ Welcome to **Llama3.1-DarkStorm-Aspire-8B** — an advanced and versatile **8B parameter** AI model born from the fusion of powerful language models, designed to deliver superior performance across research, writing, coding, and creative tasks. This unique merge blends the best qualities of the **Dark Enigma**, **Storm**, and **Aspire** models, while built on the strong foundation of **DarkStock**. With balanced integration, it excels in generating coherent, context-aware, and imaginative outputs.
49
+
50
+ ## 🚀 **Model Overview**
51
+
52
+ **Llama3.1-DarkStorm-Aspire-8B** combines cutting-edge natural language processing capabilities to perform exceptionally well in a wide variety of tasks:
53
+
54
+ - **Research and Analysis**: Perfect for analyzing textual data, planning experiments, and brainstorming complex ideas.
55
+ - **Creative Writing and Roleplaying**: Excels in creative writing, immersive storytelling, and generating roleplaying scenarios.
56
+ - **General AI Applications**: Use it for any application where advanced reasoning, instruction-following, and creativity are needed.
57
+
58
+ ---
59
+
60
+ ## 🧬 **Model Family**
61
+
62
+ This merge incorporates the finest elements of the following models:
63
+
64
+ - **[Llama3.1-Dark-Enigma](https://huggingface.co/agentlans/Llama3.1-Dark-Enigma)**: Known for its versatility across creative, research, and coding tasks. Specializes in role-playing and simulating scenarios.
65
+ - **[Llama-3.1-Storm-8B](https://huggingface.co/akjindal53244/Llama-3.1-Storm-8B)**: A finely-tuned model for structured reasoning, enhanced conversational capabilities, and agentic tasks.
66
+ - **[Aspire-8B](https://huggingface.co/DreadPoor/Aspire-8B-model_stock)**: Renowned for high-quality generation across creative and technical domains.
67
+ - **[L3.1-DarkStock-8B](https://huggingface.co/rityak/L3.1-DarkStock-8B)**: The base model providing a sturdy and balanced core of instruction-following and narrative generation.
68
+
69
+ ---
70
+
71
+ ## ⚙️ **Merge Details**
72
+
73
+ This model was created using the **Model Stock merge method**, meticulously balancing each component model's unique strengths. The **TIES merge** method was used to blend the layers, ensuring smooth integration across the self-attention and MLP layers for optimal performance.
74
+
75
+ ### **Merge Configuration**:
76
+
77
+ ```yaml
78
+ base_model: rityak/L3.1-DarkStock-8B
79
+ dtype: bfloat16
80
+ merge_method: ties
81
+ models:
82
+ - model: agentlans/Llama3.1-Dark-Enigma
83
+ parameters:
84
+ density: 0.5
85
+ weight: 0.4
86
+ - model: akjindal53244/Llama-3.1-Storm-8B
87
+ parameters:
88
+ density: 0.5
89
+ weight: 0.3
90
+ - model: DreadPoor/Aspire-8B-model_stock
91
+ parameters:
92
+ density: 0.5
93
+ weight: 0.2
94
+ - model: rityak/L3.1-DarkStock-8B
95
+ parameters:
96
+ density: 0.5
97
+ weight: 0.1
98
+ out_dtype: float16
99
+ ```
100
+
101
+ The **TIES method** ensures seamless blending of each model’s specializations, allowing for smooth interpolation across their capabilities. The model uses **bfloat16** for efficient processing and **float16** for the final output, ensuring optimal performance without sacrificing precision.
102
+
103
+ ---
104
+
105
+ ## 🌟 **Key Features**
106
+
107
+ 1. **Instruction Following & Reasoning**: Leveraging **DarkStock**'s structured capabilities, this model excels in handling complex reasoning tasks and providing precise instruction-based outputs.
108
+
109
+ 2. **Creative Writing & Role-Playing**: The combination of **Aspire** and **Dark Enigma** offers powerful storytelling and roleplaying support, making it an ideal tool for immersive worlds and character-driven narratives.
110
+
111
+ 3. **High-Quality Output**: The model is designed to provide coherent, context-aware responses, ensuring high-quality results across all tasks, whether it’s a research task, creative writing, or coding assistance.
112
+
113
+ ---
114
+
115
+ ## 📊 **Model Use Cases**
116
+
117
+ **Llama3.1-DarkStorm-Aspire-8B** is suitable for a wide range of applications:
118
+
119
+ - **Creative Writing & Storytelling**: Generate immersive stories, role-playing scenarios, or fantasy world-building with ease.
120
+ - **Technical Writing & Research**: Analyze text data, draft research papers, or brainstorm ideas with structured reasoning.
121
+ - - **Conversational AI**: Use this model to simulate engaging and contextually aware conversations.
122
+
123
+ ---
124
+
125
+ ## 📝 **Training Data**
126
+
127
+ The models included in this merge were each trained on diverse datasets:
128
+
129
+ - **Llama3.1-Dark-Enigma** and **Storm-8B** were trained on a mix of high-quality, public datasets, with a focus on creative and technical content.
130
+ - **Aspire-8B** emphasizes a balance between creative writing and technical precision, making it a versatile addition to the merge.
131
+ - **DarkStock** provided a stable base, finely tuned for instruction-following and diverse general applications.
132
+
133
+ ---
134
+
135
+ ## ⚠️ **Limitations & Responsible AI Use**
136
+
137
+ As with any AI model, it’s important to understand and consider the limitations of **Llama3.1-DarkStorm-Aspire-8B**:
138
+
139
+ - **Bias**: While the model has been trained on diverse data, biases in the training data may influence its output. Users should critically evaluate the model’s responses in sensitive scenarios.
140
+ - **Fact-based Tasks**: For fact-checking and knowledge-driven tasks, it may require careful prompting to avoid hallucinations or inaccuracies.
141
+ - **Sensitive Content**: This model is designed with an uncensored approach, so be cautious when dealing with potentially sensitive or offensive content.
142
+
143
+ ---
144
+
145
+ ## 🛠️ **How to Use**
146
+
147
+ You can load the model using Hugging Face's transformers library:
148
+
149
+ ```python
150
+ from transformers import AutoModelForCausalLM, AutoTokenizer
151
+
152
+ model_id = "your-model-id"
153
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
154
+ model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="bfloat16")
155
+
156
+ prompt = "Explain the importance of data privacy in AI development."
157
+ inputs = tokenizer(prompt, return_tensors="pt")
158
+ outputs = model.generate(**inputs, max_new_tokens=100)
159
+ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
160
+ ```
161
+
162
+ For best results, use the model with the **bfloat16** precision for high efficiency, or **float16** for the final outputs.
163
+
164
+ ---
165
+
166
+ ## 📜 **License**
167
+
168
+ This model is open-sourced under the **Apache 2.0 License**, allowing free use, distribution, and modification with proper attribution.
169
+
170
+ ---
171
+
172
+ ## 💡 **Get Involved**
173
+
174
+ We’re excited to see how the community uses **Llama3.1-DarkStorm-Aspire-8B** in various creative and technical applications. Be sure to share your feedback and improvements with us on the Hugging Face model page!
175
+
176
+ ---