diff --git a/docs/attacks/neighborhood.html b/docs/attacks/neighborhood.html index 6f552cc..e63f246 100644 --- a/docs/attacks/neighborhood.html +++ b/docs/attacks/neighborhood.html @@ -579,7 +579,7 @@

Classes

Base class (for LLMs).

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -1034,7 +1034,7 @@

Inherited members

Base class (for LLMs).

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -1248,7 +1248,7 @@

Inherited members

Base class (for LLMs).

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code diff --git a/docs/models.html b/docs/models.html index c17c05b..06875ec 100644 --- a/docs/models.html +++ b/docs/models.html @@ -643,7 +643,7 @@

Classes

GPT-based detector that can distinguish between machine-generated and human-written text

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -734,7 +734,7 @@

Inherited members

Generic LM- used most often for target model

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -1311,7 +1311,7 @@

Inherited members

Base class (for LLMs).

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -1520,7 +1520,7 @@

Methods

def forward(self, *input: Any) ‑> None
-

Defines the computation performed at every call.

+

Define the computation performed at every call.

Should be overridden by all subclasses.

Note

@@ -1534,7 +1534,7 @@

Methods

Expand source code
def _forward_unimplemented(self, *input: Any) -> None:
-    r"""Defines the computation performed at every call.
+    r"""Define the computation performed at every call.
 
     Should be overridden by all subclasses.
 
@@ -1781,7 +1781,7 @@ 

Methods

Wrapper for OpenAI API calls

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -2003,7 +2003,7 @@

Inherited members

Wrapper for referenc model, specifically used for quantile regression

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code @@ -2068,7 +2068,7 @@

Inherited members

Wrapper for reference model

-

Initializes internal Module state, shared by both nn.Module and ScriptModule.

+

Initialize internal Module state, shared by both nn.Module and ScriptModule.

Expand source code