Port many benchmarks into atropos

This commit is contained in:
teknium 2025-12-24 10:23:16 +00:00
parent 405efa8302
commit ef9c0c3699
37 changed files with 22878 additions and 308 deletions

View file

@ -0,0 +1,10 @@
"""
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"]