Update index.html
Browse files- 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
|
| 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,
|
| 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
|
| 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
|
| 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>
|