新增 t=0.5 温度变体,提高 ensemble 多样性以捕获更多功能单元。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -83,8 +83,8 @@ def test_output_dir_structure():
|
||||
|
||||
|
||||
def test_ensemble_temperatures_count():
|
||||
"""Should have exactly 3 ensemble temperatures."""
|
||||
assert len(config.ENSEMBLE_TEMPERATURES) == 3
|
||||
"""Should have exactly 4 ensemble temperatures."""
|
||||
assert len(config.ENSEMBLE_TEMPERATURES) == 4
|
||||
|
||||
|
||||
def test_max_tokens_is_int():
|
||||
|
||||
Reference in New Issue
Block a user