|
AQIT 0.1.0
|
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) |
| dict[str, Any] attention | ( | **Any | kwargs | ) |
Definition at line 70 of file inspect.py.
| dict[str, Any] benchmark | ( | **Any | kwargs | ) |
Definition at line 90 of file inspect.py.
| dict[str, Any] diff_residue | ( | **Any | kwargs | ) |
Definition at line 62 of file inspect.py.
| 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.
| dict[str, Any] diff_weight | ( | **Any | kwargs | ) |
Definition at line 20 of file inspect.py.
| dict[str, Any] layer | ( | **Any | kwargs | ) |
Definition at line 74 of file inspect.py.
| dict[str, Any] perturbation | ( | **Any | kwargs | ) |
Definition at line 78 of file inspect.py.
| dict[str, Any] trace | ( | **Any | kwargs | ) |
Definition at line 86 of file inspect.py.
| dict[str, Any] trajectory | ( | **Any | kwargs | ) |
Definition at line 66 of file inspect.py.
| dict[str, Any] umap | ( | **Any | kwargs | ) |
Definition at line 94 of file inspect.py.
| dict[str, Any] weight | ( | **Any | kwargs | ) |
Definition at line 82 of file inspect.py.