EvSys

FormatOnlyVerifier

Attributes

attributenamestr
= 'format_only'
attributeConfigtype
= FormatOnlyConfig
attributehas_think_reward
= has_think_reward
attributehas_answer_reward
= has_answer_reward

Functions

func__init__(self, *, has_think_reward=0.5, has_answer_reward=0.5) -> None
paramself
paramhas_think_rewardfloat
= 0.5
paramhas_answer_rewardfloat
= 0.5

Returns

None
funcverify(self, *, prompt, completion, target) -> VerificationResult
paramself
parampromptstr
paramcompletionstr
paramtargetdict[str, Any]

Returns

evsys_sdk.protocols.VerificationResult

On this page