ml-classification / training_args.json
jacobwilliams's picture
Add predict.py, README.md, config.json, training_args.json, model.safetensors
8c7e544 verified
Raw
History Blame Contribute Delete
194 Bytes
{
"optimizer": "rmsprop",
"scheduler": "polynomial",
"learning_rate": 0.0002,
"batch_size": 32,
"epochs": 30,
"seed": 123,
"status": "default recipe; not a completed run"
}