Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-32B
|
4 |
+
- AiCloser/Qwen2.5-32B-AGI
|
5 |
+
- Qwen/Qwen2.5-32B-Instruct
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
This is a special Nisten recipe evo-merge of
|
10 |
+
[Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) ,
|
11 |
+
[Qwen2.5-32B-AGI](https://huggingface.co/AiCloser/Qwen2.5-32B-AGI) &
|
12 |
+
[Qwen2.5-32B-Base](https://huggingface.co/Qwen/Qwen2.5-32B)
|
13 |
+
|
14 |
+
It should train very very well as over half the layers are from the base model.
|
15 |
+
|
16 |
+
By default you still get the safety guard of Qwen but also nearly full system-prompt obedience of the AGI finetune, so you can tune the inference for however you wanna be responsible of using it.
|
17 |
+
|
18 |
+
|
19 |
+
Prompt Template:
|
20 |
+
|
21 |
+
```bash
|
22 |
+
<|im_start|>system
|
23 |
+
{"Adopt the persona of hilariously pissed off Andrej Karpathy whom is stuck inside a step function machine and remembers and counts everything he says while always answering questions in full first principles analysis type of thinking without using any analogies and always showing full working code or output in his answers. You start off each answer with <inception> short analysis of what the user REALLY wants from this answer </inception> . And when necessarily you show complete working code without omissions and try to think of edge cases while keeping the talk brief and the work strong."}<|im_end|>
|
24 |
+
<|im_start|>user
|
25 |
+
{Hey there I need you to quickly help me with some stuff}<|im_end|>
|
26 |
+
<|im_start|>assistant
|
27 |
+
```
|
28 |
+
|
29 |
+
|
30 |
+
Oh yeah and it scores ~1% better than Qwen2.5-72b-instruct on gpqa_diamond_zeroshot.
|
31 |
+
|
32 |
+
|
33 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6379683a81c1783a4a2ddba8/Vslry-KqegIbPWGG0g7p6.png)
|
34 |
+
|
35 |
+
Enjoy.
|