| """Tools for building a consented, speaker-disjoint Hinglish benchmark.""" | |
| from .prompts import CollectionAssignment, Prompt, build_assignments, prompt_bank | |
| __all__ = ["CollectionAssignment", "Prompt", "build_assignments", "prompt_bank"] | |
| """Tools for building a consented, speaker-disjoint Hinglish benchmark.""" | |
| from .prompts import CollectionAssignment, Prompt, build_assignments, prompt_bank | |
| __all__ = ["CollectionAssignment", "Prompt", "build_assignments", "prompt_bank"] | |