mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Port many benchmarks into atropos
This commit is contained in:
parent
405efa8302
commit
ef9c0c3699
37 changed files with 22878 additions and 308 deletions
|
|
@ -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"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue