class BaseEvolInstructTemplates(ABC):
EVOL_METHODS
: A dictionary mapping method keys to their descriptions.STRATEGY
: A dictionary defining strategies and associated methods.def EVOL_METHODS(self):
def STRATEGY(self):
class EvolInstructTemplates(BaseEvolInstructTemplates):
class MathEvolInstructTemplates(BaseEvolInstructTemplates):