Skip to content

Commit 4b4647d

Browse files
committed
add comment
1 parent 57077a4 commit 4b4647d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

olmoearth_pretrain/train/masking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ def apply_bandset_mask_rules(
11721172
num_encoded = self._accumulate_token_counts(num_encoded, enc_count)
11731173
num_decoded = self._accumulate_token_counts(num_decoded, dec_count)
11741174

1175-
# Handle edge cases where samples have no encoded or decoded tokens (only happens for some ablations)
1175+
# Handle edge cases where samples have no encoded or decoded tokens (only happens for some ablations like S2 only with small HW)
11761176
self._handle_no_tokens_edge_cases(
11771177
masked_batch_dict, num_encoded, num_decoded, patch_size
11781178
)

0 commit comments

Comments
 (0)