Spaces:
Runtime error
Runtime error
File size: 265 Bytes
50ba6d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | """Evaluation entry point placeholder.
The final evaluation metrics are recorded in reports/metrics.json and DOC.md.
"""
def main() -> None:
print("Evaluation metrics are available in reports/metrics.json and DOC.md")
if __name__ == "__main__":
main()
|