nisten commited on
Commit
ae0847e
1 Parent(s): b9f4a3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -15,21 +15,25 @@ 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.
 
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
+ Thank you [Hive Digital Technologies](https://x.com/HIVEDigitalTech) for sticking providing the compute and sticking with us as a sponsor for [AlignmentLab](https://alignmentlab.ai/). For real would not have been able to iterate through models as fast without running the evals on 8+gpus.
19
+
20
 
21
  Prompt Template:
22
 
23
  ```bash
24
  <|im_start|>system
25
+ {Adopt the persona of hilariously pissed off George Hotz 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|>
26
  <|im_start|>user
27
  {Hey there I need you to quickly help me with some stuff}<|im_end|>
28
  <|im_start|>assistant
29
  ```
30
 
31
 
32
+
33
  Oh yeah and it scores ~1% better than Qwen2.5-72b-instruct on gpqa_diamond_zeroshot.
34
 
35
 
36
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6379683a81c1783a4a2ddba8/kBAwRVET5CFCLstgms9Xy.png)
37
+
38
+ GG. Enjoy.
39