Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NGUYEN, Xuan Phi committed Apr 24, 2024
1 parent a0b6883 commit 2fd50df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,9 @@ <h2 class="title is-4">Model Information</h2>
<td><a href="https://huggingface.co/google/gemma-7b">gemma-7b</a></td>
<td>8192</td>
<td>256000</td>
<td><pre><code><|im_start|>user
<td>
Add <code>&lt;bos&gt;</code> at start if your tokenizer does not do so!
<pre><code><|im_start|>user
{content}&lt;eos&gt;
<|im_start|>assistant
{content}&lt;eos&gt;</code></pre></td>
Expand All @@ -555,7 +557,9 @@ <h2 class="title is-4">Model Information</h2>
<td><a href="https://huggingface.co/mistralai/Mistral-7B-v0.1">Mistral-7B-v0.1</a></td>
<td>8192</td>
<td>48384</td>
<td><pre><code><|im_start|>user
<td>
Add <code>&lt;bos&gt;</code> at start if your tokenizer does not do so!
<pre><code><|im_start|>user
{content}&lt;/s&gt;<|im_start|>assistant
{content}&lt;/s&gt;</code></pre></td>
</tr>
Expand Down

0 comments on commit 2fd50df

Please sign in to comment.