mae-classification / training_args.json
brouwersem's picture
Add predict.py, README.md, config.json, training_args.json, model.safetensors
27c949e verified
Raw
History Blame Contribute Delete
191 Bytes
{
"optimizer": "lion",
"scheduler": "polynomial",
"learning_rate": 0.0001,
"batch_size": 16,
"epochs": 20,
"seed": 123,
"status": "default recipe; not a completed run"
}