We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbdbb7 commit ada066cCopy full SHA for ada066c
nemo/collections/llm/gpt/data/fine_tuning.py
@@ -131,6 +131,7 @@ def prepare_data(self) -> None:
131
max_seq_length=self.seq_length,
132
seed=self.seed,
133
output_metadata_path=self.pack_metadata,
134
+ dataset_kwargs=self.dataset_kwargs,
135
)
136
137
if not self.validation_path_packed.is_file():
@@ -142,6 +143,7 @@ def prepare_data(self) -> None:
142
143
144
145
146
147
148
149
def setup(self, stage: str):
0 commit comments