We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75f7d0 commit a76de99Copy full SHA for a76de99
delphi/latents/latents.py
@@ -147,7 +147,7 @@ class LatentRecord:
147
"""Extra examples to include in the record."""
148
149
per_token_frequency: float = 0.0
150
- """Frequency of the latent. Number of activations per token."""
+ """Frequency of the latent. Number of activations per total number of tokens."""
151
152
per_context_frequency: float = 0.0
153
"""Frequency of the latent. Number of activations in a context per total
0 commit comments