Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 8, 2024
1 parent 8e22cbc commit dbda684
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9424e06d
1c47011a
2 changes: 1 addition & 1 deletion eval-logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ <h3 class="anchored" data-anchor-id="reading-logs">Reading Logs</h3>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","loop":false,"closeEffect":"zoom","descPosition":"bottom","openEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"loop":false,"descPosition":"bottom","openEffect":"zoom","selector":".lightbox","closeEffect":"zoom"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down
30 changes: 15 additions & 15 deletions examples.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ <h2 class="anchored" data-anchor-id="learning-more">Learning More</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","descPosition":"bottom","loop":false,"closeEffect":"zoom","openEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"descPosition":"bottom","loop":false,"selector":".lightbox","openEffect":"zoom","closeEffect":"zoom"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion log-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ <h2 class="anchored" data-anchor-id="viewer-embedding">Viewer Embedding</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","descPosition":"bottom","loop":false,"openEffect":"zoom","selector":".lightbox"});
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","openEffect":"zoom","loop":false,"descPosition":"bottom","selector":".lightbox"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"href": "solvers.html#built-in-solvers",
"title": "Solvers",
"section": "Built-In Solvers",
"text": "Built-In Solvers\nInspect has a number of built-in solvers, each of which can be customised in some fashion. Built in solvers can be imported from the inspect_ai.solver module. Below is a summary of these solvers. There is not (yet) reference documentation on these functions so the best way to learn about how they can be customised, etc. is to use the Go to Definition command in your source editor.\n\nsystem_message()\nPrepend role=“system” message to the list of messages (will follow any other system messages it finds in the message stream).\nprompt_template()\nModify the user prompt by substituting the current prompt into the {prompt} placeholder within the specified template. Also automatically substitutes any variables defined in sample metadata as well as any other custom named paramters passed in params.\nchain_of_thought()\nStandard chain of thought template with {prompt} substitution variable. Asks the model to provide the final answer on a line by itself at the end for easier scoring.\nuse_tools()\nDefine the set tools available for use by the model during generate().\ngenerate()\nAs illustrated above, just a simple call to generate(state). This is the default solver if no plan is specified.\nself_critique()\nPrompts the model to critique the results of a previous call to generate() (note that this need not be the same model as they one you are evaluating—use the model parameter to choose another model). Makes use of {question} and {completion} template variables. Also automatically substitutes any variables defined in sample metadata\nmultiple_choice()\nA solver which presents A,B,C,D style choices from input samples and calls generate() to yield model output. This solver should nearly always paired with the choices() scorer. Learn more about Multiple Choice in the section below.",
"text": "Built-In Solvers\nInspect has a number of built-in solvers, each of which can be customised in some fashion. Built in solvers can be imported from the inspect_ai.solver module. Below is a summary of these solvers. There is not (yet) reference documentation on these functions so the best way to learn about how they can be customised, etc. is to use the Go to Definition command in your source editor.\n\nsystem_message()\nPrepend role=“system” message to the list of messages (will follow any other system messages it finds in the message stream). Also automatically substitutes any variables defined in sample metadata as well as any other custom named paramters passed in params.\nprompt_template()\nModify the user prompt by substituting the current prompt into the {prompt} placeholder within the specified template. Also automatically substitutes any variables defined in sample metadata as well as any other custom named paramters passed in params.\nchain_of_thought()\nStandard chain of thought template with {prompt} substitution variable. Asks the model to provide the final answer on a line by itself at the end for easier scoring.\nuse_tools()\nDefine the set tools available for use by the model during generate().\ngenerate()\nAs illustrated above, just a simple call to generate(state). This is the default solver if no plan is specified.\nself_critique()\nPrompts the model to critique the results of a previous call to generate() (note that this need not be the same model as they one you are evaluating—use the model parameter to choose another model). Makes use of {question} and {completion} template variables. Also automatically substitutes any variables defined in sample metadata\nmultiple_choice()\nA solver which presents A,B,C,D style choices from input samples and calls generate() to yield model output. This solver should nearly always paired with the choices() scorer. Learn more about Multiple Choice in the section below.",
"crumbs": [
"Components",
"<span class='chapter-number'>6</span>  <span class='chapter-title'>Solvers</span>"
Expand Down
6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
</url>
<url>
<loc>https://inspect.ai-safety-institute.org.uk/examples.html</loc>
<lastmod>2024-09-08T11:25:57.152Z</lastmod>
<lastmod>2024-09-08T12:15:34.237Z</lastmod>
</url>
<url>
<loc>https://inspect.ai-safety-institute.org.uk/solvers.html</loc>
<lastmod>2024-09-07T17:45:52.516Z</lastmod>
<lastmod>2024-09-08T12:15:00.578Z</lastmod>
</url>
<url>
<loc>https://inspect.ai-safety-institute.org.uk/tools.html</loc>
<lastmod>2024-09-07T17:45:52.516Z</lastmod>
</url>
<url>
<loc>https://inspect.ai-safety-institute.org.uk/agents.html</loc>
<lastmod>2024-09-08T11:24:31.573Z</lastmod>
<lastmod>2024-09-08T11:26:47.584Z</lastmod>
</url>
<url>
<loc>https://inspect.ai-safety-institute.org.uk/scorers.html</loc>
Expand Down
2 changes: 1 addition & 1 deletion solvers.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h2 class="anchored" data-anchor-id="built-in-solvers">Built-In Solvers</h2>
<p>Inspect has a number of built-in solvers, each of which can be customised in some fashion. Built in solvers can be imported from the <code>inspect_ai.solver</code> module. Below is a summary of these solvers. There is not (yet) reference documentation on these functions so the best way to learn about how they can be customised, etc. is to use the <strong>Go to Definition</strong> command in your source editor.</p>
<ul>
<li><p><code>system_message()</code></p>
<p>Prepend role=“system” <code>message</code> to the list of messages (will follow any other system messages it finds in the message stream).</p></li>
<p>Prepend role=“system” <code>message</code> to the list of messages (will follow any other system messages it finds in the message stream). Also automatically substitutes any variables defined in sample <code>metadata</code> as well as any other custom named paramters passed in <code>params</code>.</p></li>
<li><p><code>prompt_template()</code></p>
<p>Modify the user prompt by substituting the current prompt into the <code>{prompt}</code> placeholder within the specified template. Also automatically substitutes any variables defined in sample <code>metadata</code> as well as any other custom named paramters passed in <code>params</code>.</p></li>
<li><p><code>chain_of_thought()</code></p>
Expand Down
2 changes: 1 addition & 1 deletion vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ <h2 class="anchored" data-anchor-id="troubleshooting">Troubleshooting</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"loop":false,"openEffect":"zoom","selector":".lightbox","descPosition":"bottom","closeEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","selector":".lightbox","closeEffect":"zoom","loop":false,"descPosition":"bottom"});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down
2 changes: 1 addition & 1 deletion workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ <h2 class="anchored" data-anchor-id="eval-suites">Eval Suites</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","selector":".lightbox","descPosition":"bottom","openEffect":"zoom","loop":false});
<script>var lightboxQuarto = GLightbox({"descPosition":"bottom","openEffect":"zoom","selector":".lightbox","closeEffect":"zoom","loop":false});
(function() {
let previousOnload = window.onload;
window.onload = () => {
Expand Down

0 comments on commit dbda684

Please sign in to comment.