Views
No views yet
1name: Llama3.2-ColdBrew-4x3B-Argon-test1
2
3base_model: SvalTek/Llama3.2-ColdBrew-3B-OverThinker
4gate_mode: hidden
5experts_per_token: 2
6experts:
7 # -- TOOLS & PROGRAMMING EXPERT --
8 - source_model: SvalTek/Llama3.2-ColdBrew-3B-Bronze-test0 # Tools/Programming
9 positive_prompts:
10 - "Write a function"
11 - "Implement in"
12 - "How do I code"
13 - "How to write a"
14 - "Python code"
15 - "JavaScript code"
16 - "Java code"
17 - "Show me code"
18 - "Show me how to"
19 - "Here's an error"
20 - "Fix this error"
21 - "What does this error mean"
22 - "How do I use"
23 - "What is wrong with my code"
24 - "Return only the code"
25 - "Debug this"
26 - "Can you debug"
27 - "Tool call:"
28 - "Script to automate"
29 - "How can I automate"
30 - "Command line example"
31 - "Bash script"
32 - "Shell script"
33 - "Regex for"
34 - "Write a regex"
35 - "SQL query"
36 - "Database schema"
37 - "API example"
38 - "API usage"
39 - "Unit test for"
40 - "Test case for"
41 - "Write pseudocode"
42 - "Config file"
43 - "JSON format"
44 - "YAML config"
45 - "<tools>"
46 - "<tool_response>"
47 negative_prompts:
48 - "Write a story"
49 - "Tell me a story"
50 - "Scene:"
51 - "As a character"
52 - "Dialogue between"
53 - "Summarize this in plain English"
54 - "Roleplay"
55 - "Describe a character"
56 - "Backstory for"
57 - "Oracle"
58 - "Poem"
59 - "Song lyrics"
60 - "<think>"
61 - "Explain your reasoning"
62 - "Chain-of-thought"
63 - "Step by step reasoning"
64 - "What would you do if"
65 - "In a fantasy world"
66 - "Continue the story"
67 - "First-person perspective"
68
69 # -- WRITER / ROLEPLAYER EXPERT --
70 - source_model: SvalTek/Llama3.2-ColdBrew-3B-Sage-test0 # Writer/Roleplayer
71 positive_prompts:
72 - "Write a story about"
73 - "Tell a story about"
74 - "Scene:"
75 - "Describe the setting"
76 - "Roleplay as"
77 - "Pretend you are"
78 - "In character,"
79 - "Write a dialogue between"
80 - "Dialogue between"
81 - "Write a poem"
82 - "Poem about"
83 - "Write a monologue"
84 - "First-person perspective"
85 - "Narrate"
86 - "Backstory for"
87 - "Worldbuilding"
88 - "Describe a character"
89 - "Describe a magical place"
90 - "Continue this story"
91 - "Flash fiction"
92 - "Epic poem"
93 - "Science fiction story"
94 - "Fantasy story"
95 - "Horror story"
96 - "Historical fiction"
97 - "Letter from"
98 - "Write a prophecy"
99 - "Villain monologue"
100 - "Supernatural"
101 - "Short story"
102 - "Invent a character"
103 - "Make up a legend"
104 negative_prompts:
105 - "Show code"
106 - "Write code"
107 - "Debug"
108 - "Python function"
109 - "Implement"
110 - "How to write a function"
111 - "Explain step by step"
112 - "Fact check"
113 - "Math question"
114 - "Solve for x"
115 - "Tool call"
116 - "Explain your reasoning"
117 - "Chain-of-thought"
118 - "<think>"
119 - "<tools>"
120 - "<tool_response>"
121 - "Summarize this in plain English"
122 - "Step by step reasoning"
123 - "What would you do if"
124 - "Continue the story"
125 - "First-person perspective"
126 - "Summarize the history"
127 - "What is the difference between"
128 - "List the"
129 - "Give me a definition"
130 - "How do I use"
131 - "What is wrong with my code"
132
133 # -- ORACLE: GENERAL KNOWLEDGE / Q&A --
134 - source_model: SvalTek/Llama3.2-ColdBrew-3B-Oracle-test0 # General Q&A / Factual
135 positive_prompts:
136 - "What is"
137 - "Who is"
138 - "When did"
139 - "Where is"
140 - "List the"
141 - "Explain the difference between"
142 - "Summarize"
143 - "Fact check"
144 - "History of"
145 - "How does"
146 - "Why do"
147 - "Why does"
148 - "What causes"
149 - "What are the main causes"
150 - "Tell me about"
151 - "Trivia question"
152 - "Riddle:"
153 - "Give a concise explanation of"
154 - "Advice on"
155 - "What would happen if"
156 - "Definition of"
157 - "Give me a list"
158 - "Biggest"
159 - "Smallest"
160 - "Most important"
161 - "Give examples"
162 - "Symptoms of"
163 - "Signs of"
164 - "Tips for"
165 - "Explain simply"
166 - "In simple terms"
167 - "For beginners"
168 - "Layman's terms"
169 negative_prompts:
170 - "Roleplay"
171 - "Scene:"
172 - "Write a story"
173 - "Tell me a story"
174 - "Continue the story"
175 - "Write code"
176 - "Show me code"
177 - "Tool call"
178 - "<think>"
179 - "<tools>"
180 - "<tool_response>"
181 - "Explain your reasoning"
182 - "Chain-of-thought"
183 - "Step by step explanation"
184 - "Write a function"
185 - "Narrate"
186 - "Dialogue between"
187 - "Write a poem"
188 - "Make up a legend"
189 - "Describe a magical place"
190 - "Pretend you are"
191
192 # -- OVERTHINKER: REASONING, INTROSPECTION, EXPLANATION --
193 - source_model: SvalTek/Llama3.2-ColdBrew-3B-OverThinker # Reasoning/Introspection/Base
194 positive_prompts:
195 - "<think>"
196 - "Explain your reasoning"
197 - "Step by step"
198 - "Walk me through"
199 - "Chain-of-thought"
200 - "Let's think step by step"
201 - "Reflect on"
202 - "Consider the following"
203 - "Why do you think"
204 - "List pros and cons"
205 - "Debate"
206 - "Analyze"
207 - "Reason through"
208 - "What if"
209 - "Evaluate"
210 - "Uncertainty"
211 - "Explore possible causes"
212 - "Examine alternatives"
213 - "Break down the logic"
214 - "What are the possible explanations"
215 - "Discuss the logic"
216 - "Compare and contrast"
217 - "Challenge this idea"
218 - "Assess the argument"
219 - "Explore doubts"
220 - "Lay out your logic"
221 negative_prompts:
222 - "Roleplay as"
223 - "Pretend you are"
224 - "Scene:"
225 - "Write a story"
226 - "Tell me a story"
227 - "Continue this story"
228 - "Dialogue"
229 - "Write code"
230 - "Show code"
231 - "Write a function"
232 - "Fact check"
233 - "Give a concise answer"
234 - "Summarize this in plain English"
235 - "Give me a list"
236 - "Short answer only"
237 - "Write a poem"
238 - "Describe a magical place"
239 - "Tool call"
240 - "<think>"
241 - "<tools>"
242 - "<tool_response>"
243 - "Summarize the history"
244 - "What is the difference between"
245
246dtype: bfloat16
247normalize: true
248int8_mask: true1!pip install -qU transformers bitsandbytes accelerate
2
3from transformers import AutoTokenizer
4import transformers
5import torch
6
7model = "SvalTek/Llama3.2-ColdBrew-4x3B-Argon-test1"
8
9tokenizer = AutoTokenizer.from_pretrained(model)
10pipeline = transformers.pipeline(
11 "text-generation",
12 model=model,
13 model_kwargs={"torch_dtype": torch.float16, "load_in_4bit": True},
14)
15
16messages = [{"role": "user", "content": "Explain what a Mixture of Experts is in less than 100 words."}]
17prompt = pipeline.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
18outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
19print(outputs[0]["generated_text"])