nat.experimental.test_time_compute.models.editor_config#
Classes#
Configuration for the LLMAsAJudgeEditor. |
|
Configuration for an 'iterative plan refinement' strategy. |
|
Configuration for the MotivationAwareSummarization strategy. |
Module Contents#
- class LLMAsAJudgeEditorConfig#
Bases:
nat.data_models.ttc_strategy.TTCStrategyBaseConfigConfiguration for the LLMAsAJudgeEditor.
- editing_llm: nat.data_models.component_ref.LLMRef | Any | None = None#
- feedback_llm: nat.data_models.component_ref.LLMRef | Any | None = None#
- class IterativePlanRefinementConfig#
Bases:
nat.data_models.ttc_strategy.TTCStrategyBaseConfigConfiguration for an ‘iterative plan refinement’ strategy.
- editor_llm: nat.data_models.component_ref.LLMRef | Any | None = None#
- class MotivationAwareSummarizationConfig#
Bases:
nat.data_models.ttc_strategy.TTCStrategyBaseConfigConfiguration for the MotivationAwareSummarization strategy.
- editor_llm: nat.data_models.component_ref.LLMRef | Any | None = None#