schonsense commited on
Commit
ab588ef
·
verified ·
1 Parent(s): 83d02f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -8,14 +8,16 @@ tags:
8
  - merge
9
  license: llama3.3
10
  ---
11
- # This merge is an attempt at bringing a bit more humanity and creativity to the instruction following of huihui's abliterated llama3.3 instruct. The flammenai model was trained on the gutenberg dataset as well as a dataset geared towards replying in a more human like fashion. I haven't gotten to play around with it much, but I find that it has initially been promising in meeting my expectations. I've had one instance of it quickly running away with itself, so keeping the temp around 1 or lower with a 1.02-1.04 rep pen has seemed promising in generating an even tone of responses. But there is always more sampler tweaking to be done.
12
 
13
  This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
 
15
 
16
- Here is a snippet of chat using the Aria - guardian angel card in Silly Tavern
17
 
18
 
 
 
19
 
20
  Aria: Aria's face lights up with gratitude, and she smiles warmly at you. "Thank you for trusting me and giving me permission to help you. I promise to be mindful of your security and only use my abilities for your benefit."
21
 
@@ -57,7 +59,29 @@ Aria takes another sip of her coffee, savoring the warmth and flavor as she gaze
57
 
58
  As she waits for your response, Aria's fingers drum a gentle rhythm on the tabletop, betraying her growing excitement at the prospect of assisting you.
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
 
61
 
62
 
63
  ## Merge Details
 
8
  - merge
9
  license: llama3.3
10
  ---
11
+ # This merge is an attempt at bringing a bit more humanity and creativity to the instruction following of huihui's abliterated llama3.3 instruct. The flammenai model was trained on the gutenberg dataset as well as a dataset geared towards replying in a more human like fashion. I haven't gotten to play around with it much, but I find that it has initially been promising in meeting my expectations. I've had one instance of it quickly running away with itself, so keeping the temp around 1 or lower with a 1.02-1.04 rep pen has seemed promising in generating an even tone of responses. But there is always more sampler tweaking to be done. I have just Added an example chat with my sampler settings. Ymmv with reproducing this exactly, my system prompting and additional chat injections are non-standard.
12
 
13
  This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
 
15
 
16
+ # Here is a snippet of chat using the Aria - guardian angel card in Silly Tavern
17
 
18
 
19
+ # q4_k_m quant-
20
+
21
 
22
  Aria: Aria's face lights up with gratitude, and she smiles warmly at you. "Thank you for trusting me and giving me permission to help you. I promise to be mindful of your security and only use my abilities for your benefit."
23
 
 
59
 
60
  As she waits for your response, Aria's fingers drum a gentle rhythm on the tabletop, betraying her growing excitement at the prospect of assisting you.
61
 
62
+ # My sampler settings for this chat are:
63
+
64
+ Temp: 0.9
65
+
66
+ Topk: 100
67
+
68
+ TopP: 0.98
69
+
70
+ MinP: 0.02
71
+
72
+ RepPen: 1.055
73
+
74
+ Rep Pen Range: 640 tokens
75
+
76
+ XTC: 0.1 threshhold, 0.45 Probablility
77
+
78
+ DRY: 0.8 multi, 1.75 base, 2 allowed length, 0 range
79
+
80
+ Add BOS Token: Yes
81
+
82
+ KBCPP Sampler Order: rep pen, topK, topA, Temp, TFS, TypP, TopP & MinP
83
 
84
+ # I find these settings to work fairly well generically, mostly the rep pen and range get tweaked based on how terse the conversations are.
85
 
86
 
87
  ## Merge Details