Atom2.7m / lm_eval_fusion
ucr-max's picture
Upload Atom2.7m model
271e253 verified
Raw
History Blame Contribute Delete
209 Bytes
#!/usr/bin/env python
"""Run lm-eval with the local Atom2.7m model registered."""
import lm_eval_fusion # noqa: F401
from lm_eval.__main__ import cli_evaluate
if __name__ == "__main__":
cli_evaluate()