more linter nonsense

This commit is contained in:
teknium 2025-12-24 11:04:33 +00:00
parent f18d46549d
commit abdda3978a
29 changed files with 113 additions and 151 deletions

View file

@ -167,7 +167,7 @@ class PIQAEvalEnv(BaseEnv):
async def setup(self):
"""Load the PIQA dataset."""
print(f"\nPIQA Evaluation Setup (Generative Mode):")
print("\nPIQA Evaluation Setup (Generative Mode):")
print(f" Dataset: {self.config.dataset_name}")
print(f" Evaluation split: {self.config.eval_split}")
print(f" Thinking mode: {self.config.thinking_mode}")