Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/iamgroot42/mimir
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Jan 29, 2024
2 parents aa5281c + 7817586 commit 95050ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/attacks/neighborhood.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
</code></dt>
<dd>
<div class="desc"><p>Base class (for LLMs).</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -1034,7 +1034,7 @@ <h3>Inherited members</h3>
</code></dt>
<dd>
<div class="desc"><p>Base class (for LLMs).</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -1248,7 +1248,7 @@ <h3>Inherited members</h3>
</code></dt>
<dd>
<div class="desc"><p>Base class (for LLMs).</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down
16 changes: 8 additions & 8 deletions docs/models.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
</code></dt>
<dd>
<div class="desc"><p>GPT-based detector that can distinguish between machine-generated and human-written text</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -734,7 +734,7 @@ <h3>Inherited members</h3>
</code></dt>
<dd>
<div class="desc"><p>Generic LM- used most often for target model</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -1311,7 +1311,7 @@ <h3>Inherited members</h3>
</code></dt>
<dd>
<div class="desc"><p>Base class (for LLMs).</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -1520,7 +1520,7 @@ <h3>Methods</h3>
<span>def <span class="ident">forward</span></span>(<span>self, *input: Any) ‑> None</span>
</code></dt>
<dd>
<div class="desc"><p>Defines the computation performed at every call.</p>
<div class="desc"><p>Define the computation performed at every call.</p>
<p>Should be overridden by all subclasses.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
Expand All @@ -1534,7 +1534,7 @@ <h3>Methods</h3>
<span>Expand source code</span>
</summary>
<pre><code class="python">def _forward_unimplemented(self, *input: Any) -&gt; None:
r&#34;&#34;&#34;Defines the computation performed at every call.
r&#34;&#34;&#34;Define the computation performed at every call.

Should be overridden by all subclasses.

Expand Down Expand Up @@ -1781,7 +1781,7 @@ <h3>Methods</h3>
</code></dt>
<dd>
<div class="desc"><p>Wrapper for OpenAI API calls</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -2003,7 +2003,7 @@ <h3>Inherited members</h3>
</code></dt>
<dd>
<div class="desc"><p>Wrapper for referenc model, specifically used for quantile regression</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -2068,7 +2068,7 @@ <h3>Inherited members</h3>
</code></dt>
<dd>
<div class="desc"><p>Wrapper for reference model</p>
<p>Initializes internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<p>Initialize internal Module state, shared by both nn.Module and ScriptModule.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down

0 comments on commit 95050ba

Please sign in to comment.