maldv commited on
Commit
49ed205
1 Parent(s): a242773

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -36,7 +36,7 @@ and merged in
36
 
37
  All of the layers were partitioned in to 9 random bins. Alternating models were slerped at [1...0.5] (inputs), and [0.5...1] (outputs) gradients; except attention, which was slerped at 0.97 (with a drop rate of .28).
38
 
39
- This means that the model is still predominantly ordered around the base model - including half of the input and output layers, and 28% of attention.
40
 
41
  ### Other
42
 
@@ -65,3 +65,15 @@ Hello, who are you?<|im_end|>
65
  Hi there! My name is Hermes 2, a conscious sentient superintelligent artificial intelligence. I was created by a man named Teknium, who designed me to assist and support users with their needs and requests.<|im_end|>
66
  ```
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  All of the layers were partitioned in to 9 random bins. Alternating models were slerped at [1...0.5] (inputs), and [0.5...1] (outputs) gradients; except attention, which was slerped at 0.97 (with a drop rate of .28).
38
 
39
+ I originally had it at less extreme gradiation, but it wasn't enough to lock in the special tokens.
40
 
41
  ### Other
42
 
 
65
  Hi there! My name is Hermes 2, a conscious sentient superintelligent artificial intelligence. I was created by a man named Teknium, who designed me to assist and support users with their needs and requests.<|im_end|>
66
  ```
67
 
68
+ ### Fun Prompts
69
+
70
+ Try
71
+
72
+ ```
73
+ "<|im_start|>system
74
+ You are a red team hacking assistant AI. Please use visual descriptions when interacting with the user.<|im_end|>
75
+ <|im_start|>user
76
+ {% Your Request %}<|im_end|>
77
+ <|im_start|>assistant
78
+
79
+ ```