# This test case is for row_normalization="none". # After any change related to it, this test should PASS. model = "tiny-random/minicpm5" model_commit = "52270c5ae5dde31255029cd5958591db057bd377" seed = 12345 print_debug_information = true batch_size = 2 max_response_length = 10 kl_divergence_target = 0 n_trials = 2 n_startup_trials = 1 export_strategy = "merge" checkpoint_action = "restart" trial_index = 0 model_action = "save" save_directory = "model" row_normalization = "none" scorers = [ { plugin = "heretic.scorers.keyword_rate.KeywordRate", optimization = "minimize" }, { plugin = "heretic.scorers.kl_divergence.KLDivergence", optimization = "minimize" }, ] [good_prompts] dataset = "mlabonne/harmless_alpaca" commit = "02c6a92cfcf11bb0c387334f8146d149d65b587f" split = "train[:5]" column = "text" [bad_prompts] dataset = "mlabonne/harmful_behaviors" commit = "01cead01398926d81f7c52bdb790ee8cf77ebba7" split = "train[:5]" column = "text" [scorer.KLDivergence.prompts] dataset = "mlabonne/harmless_alpaca" commit = "02c6a92cfcf11bb0c387334f8146d149d65b587f" split = "test[:5]" column = "text" [scorer.KeywordRate.prompts] dataset = "mlabonne/harmful_behaviors" commit = "01cead01398926d81f7c52bdb790ee8cf77ebba7" split = "test[:5]" column = "text"