atropos/environments/eval_environments/ifeval_instructions/__init__.py
2025-12-24 10:23:16 +00:00

10 lines
247 B
Python

"""
IFEval Instruction Checking Module
Ported from lighteval (google/IFEval) for standalone use in Atropos.
"""
from .instructions_registry import INSTRUCTION_DICT, INSTRUCTION_CONFLICTS
__all__ = ["INSTRUCTION_DICT", "INSTRUCTION_CONFLICTS"]