simple-classification / training_args.json
ivmorozov's picture
Add model.py, README.md, config.json, training_args.json, model.safetensors
d4c54f1 verified
Raw
History Blame Contribute Delete
191 Bytes
{
"optimizer": "adam",
"scheduler": "exponential",
"learning_rate": 5e-05,
"batch_size": 24,
"epochs": 20,
"seed": 123,
"status": "default recipe; not a completed run"
}