perceiver-classification-light / training_args.json
Cclarkejames5's picture
Add model.py, README.md, config.json, training_args.json, model.safetensors
cbc191f verified
Raw
History Blame Contribute Delete
188 Bytes
{
"optimizer": "novograd",
"scheduler": "step",
"learning_rate": 0.0001,
"batch_size": 32,
"epochs": 30,
"seed": 42,
"status": "default recipe; not a completed run"
}