Skip to content

Commit 8e09fa2

Browse files
Update train_a_generative_llm.py
Trigger an unconditional test of the generation functionality.
1 parent ec0503b commit 8e09fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_a_generative_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def test_text(test_prompt: str, max_new_tokens: int, result_cutoff: float, trial
715715
test_text(
716716
test_prompt=sample,
717717
max_new_tokens=MAX_NEW_TOKENS,
718-
result_cutoff=15,
718+
result_cutoff=999,
719719
trial_id=trial_number,
720720
test_sample_number=counter,
721721
result_0=phase_i_a_result)

0 commit comments

Comments
 (0)