Skip to content

Commit dd594a8

Browse files
committed
missed fcm
1 parent e5c5277 commit dd594a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/levanter/data/text.py

-2
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,6 @@ class LMTaskConfig(abc.ABC):
609609
"""whether to shuffle the dataset. True means shuffle the whole dataset, False means don't shuffle.
610610
If you want to shuffle in eras, set this to the era length"""
611611

612-
fcm_prob: float = 0.0 # forgetful context masking prob. recommended 0.15
613-
614612
@cached_property
615613
def the_tokenizer(self) -> HfTokenizer:
616614
if self.tokenizer == "passthrough":

0 commit comments

Comments
 (0)