Skip to content

Commit

Permalink
is mamba default false
Browse files Browse the repository at this point in the history
Signed-off-by: arendu <[email protected]>
  • Loading branch information
arendu committed Nov 20, 2024
1 parent c1f1e8b commit 330d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo_aligner/data/nlp/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def build_dataset(index, name):
build_train_valid_test_regression_rm_datasets = partial(build_train_valid_test_datasets, RegressionRewardModelDataset)


def build_sft_dataset(data_cfg, tokenizer, num_samples, is_mamba, answer_only_loss=True, is_chat=True, special_tokens=None):
def build_sft_dataset(data_cfg, tokenizer, num_samples, is_mamba=False, answer_only_loss=True, is_chat=True, special_tokens=None):
packed_sequence = data_cfg.get("packed_sequence", False)
dataset_kwargs = {}

Expand Down

0 comments on commit 330d0c9

Please sign in to comment.