classification89 / training_args.json
doyun-cho's picture
Add model.py, README.md, config.json, training_args.json, model.safetensors
df5f4b3 verified
Raw
History Blame Contribute Delete
183 Bytes
{
"optimizer": "sgd",
"scheduler": "step",
"learning_rate": 0.0001,
"batch_size": 32,
"epochs": 20,
"seed": 42,
"status": "default recipe; not a completed run"
}