Skip to content

Commit a76de99

Browse files
author
SrGonao
committed
Better explanation
1 parent d75f7d0 commit a76de99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delphi/latents/latents.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class LatentRecord:
147147
"""Extra examples to include in the record."""
148148

149149
per_token_frequency: float = 0.0
150-
"""Frequency of the latent. Number of activations per token."""
150+
"""Frequency of the latent. Number of activations per total number of tokens."""
151151

152152
per_context_frequency: float = 0.0
153153
"""Frequency of the latent. Number of activations in a context per total

0 commit comments

Comments
 (0)