Skip to content

Commit 9128c27

Browse files
authored
Fix a typo (#13)
1 parent bf80fec commit 9128c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attn_gym/masks/sliding_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def generate_sliding_window(window_size: int) -> _mask_mod_signature:
1111
window_size: The size of the sliding window.
1212
1313
Note:
14-
We assume that the window size is represents the lookback size and we mask out all future tokens
14+
We assume that the window size represents the lookback size and we mask out all future tokens
1515
similar to causal masking.
1616
"""
1717

0 commit comments

Comments
 (0)