AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.sdk.inspect Namespace Reference

Functions

dict[str, Any] diff_weight (**Any kwargs)
dict[str, Any] diff_sae (*, str|Path checkpoint, Any prompts=None, str|None model_id=None, int|None layer=None, str|Path|None sae_path=None, str|None name=None, **Any kwargs)
dict[str, Any] diff_residue (**Any kwargs)
dict[str, Any] trajectory (**Any kwargs)
dict[str, Any] attention (**Any kwargs)
dict[str, Any] layer (**Any kwargs)
dict[str, Any] perturbation (**Any kwargs)
dict[str, Any] weight (**Any kwargs)
dict[str, Any] trace (**Any kwargs)
dict[str, Any] benchmark (**Any kwargs)
dict[str, Any] umap (**Any kwargs)

Function Documentation

◆ attention()

dict[str, Any] attention ( **Any kwargs)

Definition at line 70 of file inspect.py.

◆ benchmark()

dict[str, Any] benchmark ( **Any kwargs)

Definition at line 90 of file inspect.py.

◆ diff_residue()

dict[str, Any] diff_residue ( **Any kwargs)

Definition at line 62 of file inspect.py.

◆ diff_sae()

dict[str, Any] diff_sae ( * ,
str | Path checkpoint,
Any prompts = None,
str | None model_id = None,
int | None layer = None,
str | Path | None sae_path = None,
str | None name = None,
**Any kwargs )
Compare SAE feature means: base vs checkpoint.

Definition at line 24 of file inspect.py.

◆ diff_weight()

dict[str, Any] diff_weight ( **Any kwargs)

Definition at line 20 of file inspect.py.

◆ layer()

dict[str, Any] layer ( **Any kwargs)

Definition at line 74 of file inspect.py.

◆ perturbation()

dict[str, Any] perturbation ( **Any kwargs)

Definition at line 78 of file inspect.py.

◆ trace()

dict[str, Any] trace ( **Any kwargs)

Definition at line 86 of file inspect.py.

◆ trajectory()

dict[str, Any] trajectory ( **Any kwargs)

Definition at line 66 of file inspect.py.

◆ umap()

dict[str, Any] umap ( **Any kwargs)

Definition at line 94 of file inspect.py.

◆ weight()

dict[str, Any] weight ( **Any kwargs)

Definition at line 82 of file inspect.py.