albef-classification / training_args.json
mwilson22's picture
Add model.py, README.md, config.json, training_args.json, model.safetensors
3b185ad verified
Raw
History Blame Contribute Delete
192 Bytes
{
"optimizer": "lamb",
"scheduler": "linear_warmup",
"learning_rate": 5e-05,
"batch_size": 24,
"epochs": 20,
"seed": 42,
"status": "default recipe; not a completed run"
}