Spaces:
Sleeping
Sleeping
| from __future__ import annotations | |
| __all__ = ["__version__"] | |
| __version__ = "0.1.0" | |
| def main() -> None: | |
| print("From the project root, use `python main.py mode=create_splits`, `python main.py mode=train`, or `python main.py mode=evaluate`.") | |