api-testing-env / baseline.py
Mayank022's picture
Upload folder using huggingface_hub
a4f74f3 verified
raw
history blame contribute delete
181 Bytes
#!/usr/bin/env python3
"""Baseline evaluation — see training/evaluate.py for the full implementation."""
from training.evaluate import main
if __name__ == "__main__":
main()