classification / training_args.json
BLRMISHRA00's picture
Add finetune.py, README.md, config.json, training_args.json, model.safetensors
f2d181e verified
Raw
History Blame Contribute Delete
187 Bytes
{
"optimizer": "adam",
"scheduler": "onecycle",
"learning_rate": 5e-05,
"batch_size": 32,
"epochs": 30,
"seed": 42,
"status": "default recipe; not a completed run"
}