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

9 lines
246 B
Python

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