We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c5277 commit dd594a8Copy full SHA for dd594a8
src/levanter/data/text.py
@@ -609,8 +609,6 @@ class LMTaskConfig(abc.ABC):
609
"""whether to shuffle the dataset. True means shuffle the whole dataset, False means don't shuffle.
610
If you want to shuffle in eras, set this to the era length"""
611
612
- fcm_prob: float = 0.0 # forgetful context masking prob. recommended 0.15
613
-
614
@cached_property
615
def the_tokenizer(self) -> HfTokenizer:
616
if self.tokenizer == "passthrough":
0 commit comments