AIBuildAI is an AI agent that automatically builds AI models. Given a task, it runs an agent loop that analyzes the problem, designs models, writes code to implement them, trains them, tunes ...
python -m hawp.ssl.train \ --datacfg hawp/ssl/config/synthetic_dataset.yaml \ --modelcfg hawp/ssl/config/hawpv3.yaml \ --base-lr 0.0004 \ --epochs 10 \ --batch-size 6 ...