Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-03-10 09:26:51 +00:00
parent 754817c8c6
commit 089c1c2c18
7 changed files with 82 additions and 57 deletions

View File

@@ -486,6 +486,10 @@ ul.task-list li input[type="checkbox"] {
<blockquote class="blockquote">
<p>A: This is because of the mismatch between <code>tokenizer.eos_token</code> and EOS/EOT token in template. Please make sure to set <code>eos_token</code> under <code>special_tokens</code> to the same EOS/EOT token as in template.</p>
</blockquote>
<p><strong>Q: “<code>chat_template</code> choice is <code>tokenizer_default</code> but tokenizers <code>chat_template</code> is null. Please add a <code>chat_template</code> in tokenizer config”</strong></p>
<blockquote class="blockquote">
<p>A: This is because the tokenizer does not have a chat template. Please add a chat template in the tokenizer config. See <a href="../docs/dataset-formats/conversation.html#chat-template">chat_template</a> for more details.</p>
</blockquote>
</section>