mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 06:46:42 +00:00
[wip] add pre model comparison
This commit is contained in:
parent
ea000ece54
commit
ca18f4378b
1 changed files with 37 additions and 0 deletions
|
@ -36,6 +36,25 @@
|
|||
background-color: #0006;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
details {
|
||||
border: 2px solid black;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.bg-green {
|
||||
background-color: #080;
|
||||
}
|
||||
|
||||
.bg-yellow {
|
||||
background-color: #880;
|
||||
}
|
||||
|
||||
.bg-red {
|
||||
background-color: #800;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
|
@ -417,6 +436,24 @@ Go to the main page again and check if it's available now.
|
|||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="anon2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Model Comparison</b></h2>
|
||||
|
||||
<p>
|
||||
<h2>Gemma3 (12B)</h2>
|
||||
<details class="bg-green">
|
||||
<summary>Q1 - Why is the water blue?</summary>
|
||||
<pre><code class="nim">Water is blue because it absorbs all colors of light except blue, which reflects back to our eyes.</code></pre>
|
||||
</details>
|
||||
</p>
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="anon2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue