clean: remove explanation

This commit is contained in:
arihanv 2025-05-18 17:02:09 -07:00
parent 24c3c3d34c
commit 3ed0ba114e

View file

@ -36,7 +36,7 @@ class OptimizerEvaluator:
CategoricalJudgeUnit(
name='Judge',
categories=DiscreteScale(['yes', 'no']),
explanation=True
explanation=False
).prompt("""
You are an expert code validator specializing in PyTorch optimizers. Your task is to determine if the provided optimizer code is completely valid and error-free.