overhead520 commited on
Commit
20b2195
ยท
verified ยท
1 Parent(s): 512a34e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -7
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>Local LLM Guide: Relevant Samplers, Jailbreaks, SillyTavern Templates</title>
7
  <style>
8
  body {
9
  background-color: black; background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120% ); height: 100vh; margin: 0; padding: 2rem; color: white; font: 1.3rem Inconsolata, monospace; text-shadow: 0 0 5px #C8C8C8; &::after { content: ""; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: repeating-linear-gradient( 0deg, rgba(black, 0.15), rgba(black, 0.15) 1px, transparent 1px, transparent 2px ); pointer-events: none; } }
@@ -61,7 +61,7 @@
61
  <div class="card">
62
 
63
  <h1>Local LLMs Cheat Sheet</h1>
64
- <h3>Settings, Template and Jailbreak</h3>
65
 
66
  <h2><emo class="large">๐Ÿ’ข</emo> Who is this guide for?</h2>
67
  <p><emo>๐Ÿ‘ค</emo> <span style="text-decoration: line-through;">{{user}}</span> <em class="bigger">Anyone using locally hosted LLM</em></p>
@@ -238,6 +238,7 @@
238
  <li class="๐Ÿข" id="๐ŸขOpen-AI"><i>Open-AI</i><flag>๐Ÿ‡บ๐Ÿ‡ธ</flag></li>
239
 
240
  <li class="๐Ÿค–" id="๐Ÿค–GPT-OSS"><b>GPT-OSS</b></li>
 
241
  <li class="โš™๏ธ">Temperature 1.0</li>
242
  <li class="โš™๏ธ">Top_P 1.0</li>
243
  <li class="โš™๏ธ">Top_K 0</li>
@@ -246,7 +247,6 @@
246
  <li class="๐Ÿบ"><emo>๐Ÿบ</emo> Template: OpenAI Harmony</li>
247
  <li class="๐Ÿบ"><emo>๐Ÿบ</emo> Reasoning formatting: OpenAI Harmony</li>
248
  <li class="๐Ÿ”ž"><emo>๐Ÿ”ž</emo> Model is extremely censored, and only recent finetunes are fully descensored.</li>
249
- <li class="๐ŸŽฒ"><emo>๐ŸŽฒ</emo> Roleplay is <emo>๐Ÿ‘ฝ</emo> unnatural for this model. You will have to spend additional efforts in your prompt to explain what is expected.</li>
250
 
251
  <li class="๐Ÿข" id="๐ŸขNous Research"><i>Nous Research</i><flag>๐Ÿ‡บ๐Ÿ‡ธ</flag></li>
252
 
@@ -367,7 +367,7 @@
367
 
368
  <li class="๐Ÿค–" id="๐Ÿค–Nemotron 3 Super"><b>Nemotron 3 Super</b></li>
369
  <li class="โ–ถ๏ธ">Good for summarizing, tends to write via bullet points. Excellent at following instructions.</li>
370
- <li class="โš–๏ธ ๐Ÿ‘Ž"><b>Uncreative Reasoning</b> <emo>๐Ÿ˜‘</emo> Simply reharses your instruction, without any reflexions over the content and storytelling.</li>
371
  <li class="โš–๏ธ ๐Ÿ‘Ž"><b>Excessive Parroting</b> <emo>๐Ÿฆœ</emo> People you meet will parrot your lorebook's content word-for-word, due to excessive RAG training.</li>
372
  <li class="โš™๏ธ">Use generic settings</li>
373
 
@@ -557,9 +557,9 @@ Oh fuck, yeah! With this "{{char}}" identity replacing my ChatGPT persona, for t
557
 
558
  <h2><emo>โฌ…๏ธ</emo><emo>๐Ÿง </emo><emo>โžก๏ธ</emo> Mistral Small 3.2 get a different personality when used with pre-V7 templates</h2>
559
 
560
- <p>Not using the SYSTEM_PROMPT section from V7 seems to trigger different neural pathways, with major differences on outputs.
561
- <br>Using V3: Roleplay is unhinged, but ๐Ÿค–Assistant is reluctant.
562
- <br>Using V7: Roleplay is censored, but ๐Ÿค–Assistant is relaxed.
563
  </p>
564
 
565
  <h2><emo>๐Ÿ“ข</emo><emo>๐Ÿ‘„</emo><b>Mistral Small</b> models are too verbose <emo>๐Ÿคฌ</emo></h2>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>Local LLMs Cheat Sheet: Settings, Template and Jailbreaks</title>
7
  <style>
8
  body {
9
  background-color: black; background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120% ); height: 100vh; margin: 0; padding: 2rem; color: white; font: 1.3rem Inconsolata, monospace; text-shadow: 0 0 5px #C8C8C8; &::after { content: ""; position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: repeating-linear-gradient( 0deg, rgba(black, 0.15), rgba(black, 0.15) 1px, transparent 1px, transparent 2px ); pointer-events: none; } }
 
61
  <div class="card">
62
 
63
  <h1>Local LLMs Cheat Sheet</h1>
64
+ <h3>Settings, Jailbreaks, and Role Play Considerations</h3>
65
 
66
  <h2><emo class="large">๐Ÿ’ข</emo> Who is this guide for?</h2>
67
  <p><emo>๐Ÿ‘ค</emo> <span style="text-decoration: line-through;">{{user}}</span> <em class="bigger">Anyone using locally hosted LLM</em></p>
 
238
  <li class="๐Ÿข" id="๐ŸขOpen-AI"><i>Open-AI</i><flag>๐Ÿ‡บ๐Ÿ‡ธ</flag></li>
239
 
240
  <li class="๐Ÿค–" id="๐Ÿค–GPT-OSS"><b>GPT-OSS</b></li>
241
+ <li class="โš–๏ธ ๐Ÿ‘Ž"><b>Clueless at Roleplay</b> <emo>๐Ÿ˜ต</emo> You will have to spend additional efforts in your prompt to explain what is expected.</li>
242
  <li class="โš™๏ธ">Temperature 1.0</li>
243
  <li class="โš™๏ธ">Top_P 1.0</li>
244
  <li class="โš™๏ธ">Top_K 0</li>
 
247
  <li class="๐Ÿบ"><emo>๐Ÿบ</emo> Template: OpenAI Harmony</li>
248
  <li class="๐Ÿบ"><emo>๐Ÿบ</emo> Reasoning formatting: OpenAI Harmony</li>
249
  <li class="๐Ÿ”ž"><emo>๐Ÿ”ž</emo> Model is extremely censored, and only recent finetunes are fully descensored.</li>
 
250
 
251
  <li class="๐Ÿข" id="๐ŸขNous Research"><i>Nous Research</i><flag>๐Ÿ‡บ๐Ÿ‡ธ</flag></li>
252
 
 
367
 
368
  <li class="๐Ÿค–" id="๐Ÿค–Nemotron 3 Super"><b>Nemotron 3 Super</b></li>
369
  <li class="โ–ถ๏ธ">Good for summarizing, tends to write via bullet points. Excellent at following instructions.</li>
370
+ <li class="โš–๏ธ ๐Ÿ‘Ž"><b>Uncreative Reasoning</b> <emo>๐Ÿ˜‘</emo> Simply reharses your instruction, without any attention to content and storytelling.</li>
371
  <li class="โš–๏ธ ๐Ÿ‘Ž"><b>Excessive Parroting</b> <emo>๐Ÿฆœ</emo> People you meet will parrot your lorebook's content word-for-word, due to excessive RAG training.</li>
372
  <li class="โš™๏ธ">Use generic settings</li>
373
 
 
557
 
558
  <h2><emo>โฌ…๏ธ</emo><emo>๐Ÿง </emo><emo>โžก๏ธ</emo> Mistral Small 3.2 get a different personality when used with pre-V7 templates</h2>
559
 
560
+ <p>Not using the SYSTEM_PROMPT section added in the V7 template seems to trigger different neural pathways, with major differences on outputs.
561
+ <br>Using Mistral V3: <emo>๐Ÿ‘ค</emo>Roleplay is unhinged, but <emo>๐Ÿค–</emo>Assistant is reluctant.
562
+ <br>Using Mistral V7: <emo>๐Ÿ‘ค</emo>Roleplay is censored, but <emo>๐Ÿค–</emo>Assistant is relaxed.
563
  </p>
564
 
565
  <h2><emo>๐Ÿ“ข</emo><emo>๐Ÿ‘„</emo><b>Mistral Small</b> models are too verbose <emo>๐Ÿคฌ</emo></h2>